InstCombine: Small whitespace cleanup in FoldGEPICmp
authorDavid Majnemer <david.majnemer@gmail.com>
Sat, 29 Jun 2013 09:45:35 +0000 (09:45 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sat, 29 Jun 2013 09:45:35 +0000 (09:45 +0000)
llvm-svn: 185258

llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp

index 2a87f8a..ff207fb 100644 (file)
@@ -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;