Use unary + instead of a separate local variable for working
authorDan Gohman <gohman@apple.com>
Tue, 3 Aug 2010 16:15:50 +0000 (16:15 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 3 Aug 2010 16:15:50 +0000 (16:15 +0000)
commit795e70e4319bb38eb92701c2a463eeb7584a9b25
treec0093acc7991a8b675520cb8f493b99160fba78f
parentc677c5d6958c07d2126e05e696e8c086ac8c5c38
Use unary + instead of a separate local variable for working
around std::min vs static const friction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110112 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCalls.cpp