mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
Delete dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35525 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b9cb95f8e3
commit
1c5d163634
@ -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) &
|
||||
|
Loading…
x
Reference in New Issue
Block a user