]> granicus.if.org Git - clang/commit
Make sure we or together the overflow flags of the multiply and add, so the
authorEli Friedman <eli.friedman@gmail.com>
Sat, 9 Apr 2011 19:54:33 +0000 (19:54 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 9 Apr 2011 19:54:33 +0000 (19:54 +0000)
commit5536daa627b508299007b735a588bf4e88825bb3
treea148a4a71dbcdee3627bbf0f0068044d4a1d95cd
parent067bbd0e11c71a33b51832532e836971be697699
Make sure we or together the overflow flags of the multiply and add, so the
check is triggered appropriately.  Reported on cfe-dev.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129231 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprCXX.cpp
test/CodeGenCXX/arm.cpp