Add missing "return" statements.
authorHafiz Abid Qadeer <hafiz_abid@mentor.com>
Wed, 25 Feb 2015 16:01:12 +0000 (16:01 +0000)
committerHafiz Abid Qadeer <hafiz_abid@mentor.com>
Wed, 25 Feb 2015 16:01:12 +0000 (16:01 +0000)
commited69e30d68c57ed7b215ac505447f80ee6982007
tree3a7293feb5762c58b6260f42b2cd500771658833
parent5c62af5bb14c641baddab0b225eba1282673ea29
Add missing "return" statements.

ExecutionContext::GetAddressByteSize() was calling GettAddressByteSize () on Target and Process class but was ignoring the return type. I have added the missing return.
No regression in the test suite. Committed as obvious.

llvm-svn: 230502
lldb/source/Target/ExecutionContext.cpp