llvm-6502/lib/Transforms
Zhou Sheng 430f626937 In function ComputeMaskedBits():
1. Replace getSignedMinValue() with getSignBit() for better code readability.
  2. Replace APIntOps::shl() with operator<<= for convenience.
  3. Make APInt construction more effective.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35060 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-12 05:44:52 +00:00
..
Hello
Instrumentation
IPO Unbreak VC++ build. 2007-03-05 00:00:42 +00:00
Scalar In function ComputeMaskedBits(): 2007-03-12 05:44:52 +00:00
Utils Use range tests in LowerSwitch, where possible 2007-03-10 16:46:28 +00:00
Makefile