Skip to content

Commit

Permalink
InstCombine: Small whitespace cleanup in FoldGEPICmp
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185258 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
majnemer committed Jun 29, 2013
1 parent f723e5d commit df70325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Transforms/InstCombine/InstCombineCompares.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ Instruction *InstCombiner::FoldGEPICmp(GEPOperator *GEPLHS, Value *RHS,
}
if (AllZeros)
return FoldGEPICmp(GEPRHS, GEPLHS->getOperand(0),
ICmpInst::getSwappedPredicate(Cond), I);
ICmpInst::getSwappedPredicate(Cond), I);

// If the other GEP has all zero indices, recurse.
AllZeros = true;
Expand Down

0 comments on commit df70325

Please sign in to comment.