Implement isMinValuePlusOne using facilities of APInt instead of uint64_t
authorReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 21:08:07 +0000 (21:08 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 21:08:07 +0000 (21:08 +0000)
commit727992c30aa8ddce0d935236cb57a4cb0de54d70
tree705494052978fd80e96431ca58ff9fe0aca852be
parent44e33e674ad560b6e6d063a930e7af6d846fb0eb
Implement isMinValuePlusOne using facilities of APInt instead of uint64_t
Patch by Zhou Sheng.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35187 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp