[llvm-commits] [llvm] r90613 - /llvm/trunk/include/llvm/Support/GetElementPtrTypeIterator.h

Bob Wilson bob.wilson at apple.com
Fri Dec 4 14:46:47 PST 2009


Author: bwilson
Date: Fri Dec  4 16:46:47 2009
New Revision: 90613

URL: http://llvm.org/viewvc/llvm-project?rev=90613&view=rev
Log:
Fix indentation.

Modified:
    llvm/trunk/include/llvm/Support/GetElementPtrTypeIterator.h

Modified: llvm/trunk/include/llvm/Support/GetElementPtrTypeIterator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/GetElementPtrTypeIterator.h?rev=90613&r1=90612&r2=90613&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/GetElementPtrTypeIterator.h (original)
+++ llvm/trunk/include/llvm/Support/GetElementPtrTypeIterator.h Fri Dec  4 16:46:47 2009
@@ -84,7 +84,7 @@
 
   inline gep_type_iterator gep_type_begin(const User *GEP) {
     return gep_type_iterator::begin(GEP->getOperand(0)->getType(),
-                                      GEP->op_begin()+1);
+                                    GEP->op_begin()+1);
   }
   inline gep_type_iterator gep_type_end(const User *GEP) {
     return gep_type_iterator::end(GEP->op_end());





More information about the llvm-commits mailing list