[llvm-commits] CVS: llvm/include/llvm/Analysis/Interval.h 
    Jeff Cohen 
    jeffc at jolt-lang.org
       
    Tue Jul 26 22:54:01 PDT 2005
    
    
  
Changes in directory llvm/include/llvm/Analysis:
Interval.h updated: 1.20 -> 1.21
---
Log message:
Eliminate tabs and trailing spaces.
---
Diffs of the changes:  (+2 -2)
 Interval.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/Analysis/Interval.h
diff -u llvm/include/llvm/Analysis/Interval.h:1.20 llvm/include/llvm/Analysis/Interval.h:1.21
--- llvm/include/llvm/Analysis/Interval.h:1.20	Thu Apr 21 15:16:31 2005
+++ llvm/include/llvm/Analysis/Interval.h	Wed Jul 27 00:53:43 2005
@@ -110,7 +110,7 @@
 inline Interval::succ_iterator succ_end(Interval *I)   {
   return I->Successors.end();
 }
-  
+
 /// pred_begin/pred_end - define methods so that Intervals may be used
 /// just like BasicBlocks can with the pred_* functions, and *::pred_iterator.
 ///
@@ -128,7 +128,7 @@
   static NodeType *getEntryNode(Interval *I) { return I; }
 
   /// nodes_iterator/begin/end - Allow iteration over all nodes in the graph
-  static inline ChildIteratorType child_begin(NodeType *N) { 
+  static inline ChildIteratorType child_begin(NodeType *N) {
     return succ_begin(N);
   }
   static inline ChildIteratorType child_end(NodeType *N) {
    
    
More information about the llvm-commits
mailing list