Make sure the use of ConstantInt::getZExtValue() for shift amount safe.
authorZhou Sheng <zhousheng00@gmail.com>
Fri, 30 Mar 2007 17:20:39 +0000 (17:20 +0000)
committerZhou Sheng <zhousheng00@gmail.com>
Fri, 30 Mar 2007 17:20:39 +0000 (17:20 +0000)
commit302748dd307a6ea2a65108e9a8b0650eeaa4e2c7
treeac33f6cd147e46c362c5c836f8d02941af0bebb4
parent4ac93f9fa3b33511f3e1e5160a226204a1912981
Make sure the use of ConstantInt::getZExtValue() for shift amount safe.

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