mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Remove pointless blank line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125463 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
52fb846578
commit
5380d28070
@ -1592,7 +1592,6 @@ static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
|
||||
BinaryOperator *LBO = dyn_cast<BinaryOperator>(LHS);
|
||||
BinaryOperator *RBO = dyn_cast<BinaryOperator>(RHS);
|
||||
if (MaxRecurse && (LBO || RBO)) {
|
||||
|
||||
// Analyze the case when either LHS or RHS is an add instruction.
|
||||
Value *A = 0, *B = 0, *C = 0, *D = 0;
|
||||
// LHS = A + B (or A and B are null); RHS = C + D (or C and D are null).
|
||||
|
Loading…
Reference in New Issue
Block a user