From: David Majnemer Date: Sat, 29 Jun 2013 09:45:35 +0000 (+0000) Subject: InstCombine: Small whitespace cleanup in FoldGEPICmp X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=df703257c1dafed4cdb803996a5c277d95780799;p=oota-llvm.git InstCombine: Small whitespace cleanup in FoldGEPICmp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185258 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/InstCombine/InstCombineCompares.cpp b/lib/Transforms/InstCombine/InstCombineCompares.cpp index 2a87f8ab3be..ff207fb1b69 100644 --- a/lib/Transforms/InstCombine/InstCombineCompares.cpp +++ b/lib/Transforms/InstCombine/InstCombineCompares.cpp @@ -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;