Implement isMaxValueMinusOne in terms of APInt instead of uint64_t.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 21:10:28 +0000 (21:10 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 21:10:28 +0000 (21:10 +0000)
commit3a2a9fbf997e42cb05c0d1f07b7445aa804ca711
tree1a9eeabc66cdb9f0a98db4179dc86993d7099bdf
parent727992c30aa8ddce0d935236cb57a4cb0de54d70
Implement isMaxValueMinusOne in terms of APInt instead of uint64_t.
Patch by Sheng Zhou.

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