mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +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:
parent
8ea94524ed
commit
0bac95e2e2
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user