[llvm-commits] [llvm] r53902 - /llvm/trunk/include/llvm/Instructions.h

Bill Wendling isanbard at gmail.com
Tue Jul 22 00:14:12 PDT 2008


Author: void
Date: Tue Jul 22 02:14:12 2008
New Revision: 53902

URL: http://llvm.org/viewvc/llvm-project?rev=53902&view=rev
Log:
Removing tabs.

Modified:
    llvm/trunk/include/llvm/Instructions.h

Modified: llvm/trunk/include/llvm/Instructions.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Instructions.h?rev=53902&r1=53901&r2=53902&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Instructions.h (original)
+++ llvm/trunk/include/llvm/Instructions.h Tue Jul 22 02:14:12 2008
@@ -1638,8 +1638,8 @@
                                    const std::string &Name,
                                    Instruction *InsertBefore)
   : UnaryInstruction(checkType(getIndexedType(Agg->getType(),
-					      IdxBegin, IdxEnd)),
-		     ExtractValue, Agg, InsertBefore) {
+                                              IdxBegin, IdxEnd)),
+                     ExtractValue, Agg, InsertBefore) {
   init(IdxBegin, IdxEnd, Name,
        typename std::iterator_traits<InputIterator>::iterator_category());
 }
@@ -1650,8 +1650,8 @@
                                    const std::string &Name,
                                    BasicBlock *InsertAtEnd)
   : UnaryInstruction(checkType(getIndexedType(Agg->getType(),
-					      IdxBegin, IdxEnd)),
-		     ExtractValue, Agg, InsertAtEnd) {
+                                              IdxBegin, IdxEnd)),
+                     ExtractValue, Agg, InsertAtEnd) {
   init(IdxBegin, IdxEnd, Name,
        typename std::iterator_traits<InputIterator>::iterator_category());
 }





More information about the llvm-commits mailing list