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

Chris Lattner lattner at cs.uiuc.edu
Fri Oct 21 08:49:39 PDT 2005



Changes in directory llvm/include/llvm/CodeGen:

LiveIntervalAnalysis.h updated: 1.47 -> 1.48
---
Log message:

add missing prototype


---
Diffs of the changes:  (+4 -0)

 LiveIntervalAnalysis.h |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff -u llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.47 llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.48
--- llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.47	Tue Sep 20 23:18:25 2005
+++ llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h	Fri Oct 21 10:49:28 2005
@@ -171,6 +171,10 @@
     /// register classes.  The registers may be either phys or virt regs.
     bool differingRegisterClasses(unsigned RegA, unsigned RegB) const;
 
+    bool AdjustIfAllOverlappingRangesAreCopiesFrom(LiveInterval &IntA,
+                                                   LiveInterval &IntB,
+                                                   unsigned CopyIdx);
+
     bool overlapsAliases(const LiveInterval *lhs,
                          const LiveInterval *rhs) const;
 






More information about the llvm-commits mailing list