]> granicus.if.org Git - clang/commit
Use the new nsw form of add for signed integer addition.
authorDan Gohman <gohman@apple.com>
Wed, 12 Aug 2009 01:16:29 +0000 (01:16 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 12 Aug 2009 01:16:29 +0000 (01:16 +0000)
commitbf933a0cb628670490c15367b3f5ccb3193354a7
tree292c085394a4dce127b28cef2a428b30e421f611
parent6cc670e2eb6d5bae0e41a8ab8be4f02c4a0c72cf
Use the new nsw form of add for signed integer addition.

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