[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.h

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Aug 4 02:43:49 PDT 2004



Changes in directory llvm/lib/CodeGen:

LiveIntervalAnalysis.h updated: 1.39 -> 1.40
---
Log message:

Clean up whitespace.


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

Index: llvm/lib/CodeGen/LiveIntervalAnalysis.h
diff -u llvm/lib/CodeGen/LiveIntervalAnalysis.h:1.39 llvm/lib/CodeGen/LiveIntervalAnalysis.h:1.40
--- llvm/lib/CodeGen/LiveIntervalAnalysis.h:1.39	Wed Aug  4 04:42:21 2004
+++ llvm/lib/CodeGen/LiveIntervalAnalysis.h	Wed Aug  4 04:43:38 2004
@@ -156,7 +156,7 @@
     /// register classes.  The registers may be either phys or virt regs.
     bool differingRegisterClasses(unsigned RegA, unsigned RegB) const;
 
-    bool overlapsAliases(const LiveInterval *lhs, 
+    bool overlapsAliases(const LiveInterval *lhs,
                          const LiveInterval *rhs) const;
 
     static LiveInterval createInterval(unsigned Reg);






More information about the llvm-commits mailing list