1. Use APInt::getSignBit to reduce clutter (patch by Sheng Zhou)
authorReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 20:58:18 +0000 (20:58 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 20:58:18 +0000 (20:58 +0000)
commit5a1e3e1a7d08b1baaf8971be69e2c8862a581985
treed485d89ca3bb7c72ea5373fdcf95e95b7d44ee60
parent8439bc8d69d687918831927ca34e75497a95c59a
1. Use APInt::getSignBit to reduce clutter (patch by Sheng Zhou)
2. Replace uses of the "isPositive" utility function with APInt::isPositive

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