[llvm] r185258 - InstCombine: Small whitespace cleanup in FoldGEPICmp

David Majnemer david.majnemer at gmail.com
Sat Jun 29 02:45:35 PDT 2013


Author: majnemer
Date: Sat Jun 29 04:45:35 2013
New Revision: 185258

URL: http://llvm.org/viewvc/llvm-project?rev=185258&view=rev
Log:
InstCombine: Small whitespace cleanup in FoldGEPICmp

Modified:
    llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp

Modified: llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp?rev=185258&r1=185257&r2=185258&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp (original)
+++ llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp Sat Jun 29 04:45:35 2013
@@ -679,7 +679,7 @@ Instruction *InstCombiner::FoldGEPICmp(G
       }
     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;





More information about the llvm-commits mailing list