]> granicus.if.org Git - clang/commit
ABI: Correctly handle load/store of values which have a different LLVM
authorDaniel Dunbar <daniel@zuster.org>
Tue, 10 Feb 2009 01:51:39 +0000 (01:51 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 10 Feb 2009 01:51:39 +0000 (01:51 +0000)
commitadc8bdd6ab6f4f90d16f696f16948e46acf66267
tree4031dc560cf2a1e074eb20d2d202c7866187991e
parentf0e1f796bc3fc464331badbd40b1888f91566c38
ABI: Correctly handle load/store of values which have a different LLVM
memory representation (e.g., bool).
 - This upgrades (downgrades) MultiSource/Applications/ClamAV/clamscan
   to a miscompile and fixes
   SingleSource/UnitTests/2003-05-31-CastToBool.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64194 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp