summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-01-09 19:23:34 +0000
committerGreg Clayton <gclayton@apple.com>2012-01-09 19:23:34 +0000
commit01a82d1918cd9851be76156ae09e5e369cb33b99 (patch)
treeed487b5aa91513d924e45d259c88ba782afa6408 /clang/lib/CodeGen/TargetInfo.cpp
parentc2a64b9b90268731d463c7cd71668b5c7c3ebe74 (diff)
downloadbcm5719-llvm-01a82d1918cd9851be76156ae09e5e369cb33b99.tar.gz
bcm5719-llvm-01a82d1918cd9851be76156ae09e5e369cb33b99.zip
Fixed a return value problem with the new ABI::FixCodeAddress () function:
it was checked in as: virtual bool ABI::FixCodeAddress (lldb::addr_t pc); when it should have been: virtual lldb::addr_t ABI::FixCodeAddress (lldb::addr_t pc); llvm-svn: 147790
Diffstat (limited to 'clang/lib/CodeGen/TargetInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud