mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-16 11:24:39 +00:00
Delete a redundant 'else'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72009 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2201,7 +2201,7 @@ SCEVHandle ScalarEvolution::createSCEV(Value *V) {
|
|||||||
getSCEV(U->getOperand(1)));
|
getSCEV(U->getOperand(1)));
|
||||||
|
|
||||||
// If the RHS of xor is -1, then this is a not operation.
|
// If the RHS of xor is -1, then this is a not operation.
|
||||||
else if (CI->isAllOnesValue())
|
if (CI->isAllOnesValue())
|
||||||
return getNotSCEV(getSCEV(U->getOperand(0)));
|
return getNotSCEV(getSCEV(U->getOperand(0)));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user