Go to file
Zhou Sheng b25806fa5f 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.

llvm-svn: 35505
2007-03-30 09:29:48 +00:00
llvm 1. Make sure the use of ConstantInt::getZExtValue() for getting shift 2007-03-30 09:29:48 +00:00
stacker For PR789: 2007-03-29 19:05:44 +00:00