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
Loading
Please register or sign in to comment