[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h

Anton Korobeynikov asl at math.spbu.ru
Mon Apr 16 11:11:39 PDT 2007



Changes in directory llvm/include/llvm/Target:

TargetLowering.h updated: 1.122 -> 1.123
---
Log message:

Removed tabs everywhere except autogenerated & external files. Add make 
target for tabs checking.


---
Diffs of the changes:  (+2 -2)

 TargetLowering.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.122 llvm/include/llvm/Target/TargetLowering.h:1.123
--- llvm/include/llvm/Target/TargetLowering.h:1.122	Mon Apr  9 18:34:08 2007
+++ llvm/include/llvm/Target/TargetLowering.h	Mon Apr 16 13:10:22 2007
@@ -884,9 +884,9 @@
   // Div utility functions
   //
   SDOperand BuildSDIV(SDNode *N, SelectionDAG &DAG, 
-		      std::vector<SDNode*>* Created) const;
+                      std::vector<SDNode*>* Created) const;
   SDOperand BuildUDIV(SDNode *N, SelectionDAG &DAG, 
-		      std::vector<SDNode*>* Created) const;
+                      std::vector<SDNode*>* Created) const;
 
 
   //===--------------------------------------------------------------------===//






More information about the llvm-commits mailing list