Delete dead code.

llvm-svn: 35525
This commit is contained in:
Zhou Sheng 2007-03-31 02:50:26 +00:00
parent 4f16402e0d
commit 82c42284f4
1 changed files with 0 additions and 1 deletions

View File

@ -4777,7 +4777,6 @@ Instruction *InstCombiner::visitICmpInst(ICmpInst &I) {
// of the bits shifted in could be tested after the mask.
uint32_t TyBits = Ty->getPrimitiveSizeInBits();
int ShAmtVal = TyBits - ShAmt->getLimitedValue(TyBits);
if (ShAmtVal < 0) ShAmtVal = 0; // Out of range shift.
uint32_t BitWidth = AndTy->getPrimitiveSizeInBits();
if ((APInt::getHighBitsSet(BitWidth, BitWidth-ShAmtVal) &