llvm-6502/lib/Transforms
Zhou Sheng 0e2d3ac0f8 1. Make sure the use of ConstantInt::getZExtValue() for getting shift
amount is safe.
2. Use new method on ConstantInt instead of (? :) operator.
3. Use new method uge() on ConstantInt to simplify codes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35505 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-30 09:29:48 +00:00
..
Hello eliminate static ctor from example. 2006-12-19 22:24:09 +00:00
Instrumentation remove reoptimizer-specific passes 2007-02-20 05:31:49 +00:00
IPO Unbreak VC++ build. 2007-03-05 00:00:42 +00:00
Scalar 1. Make sure the use of ConstantInt::getZExtValue() for getting shift 2007-03-30 09:29:48 +00:00
Utils Reduce malloc/free traffic. 2007-03-26 23:19:29 +00:00
Makefile For PR1072: 2007-02-03 23:15:56 +00:00