Delete SlowOperationInformer, which is no longer used.
[oota-llvm.git] / include / llvm / Support / GetElementPtrTypeIterator.h
index f5915c992cdbb50bc408647dd8f5f304dac0c5f5..e5e7fc74095dab00ab54e5baacb13d7db522b8f5 100644 (file)
@@ -84,7 +84,7 @@ namespace llvm {
 
   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());