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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185258 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/InstCombine/InstCombineCompares.cpp

index 2a87f8ab3be170c9609dd22a0b522070ad329642..ff207fb1b69be2fe0684f92e4b70f17fd76acbec 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;