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

Chris Lattner lattner at cs.uiuc.edu
Sat Jan 28 23:59:49 PST 2006



Changes in directory llvm/include/llvm/CodeGen:

LiveIntervalAnalysis.h updated: 1.49 -> 1.50
---
Log message:

revert an accidental commit


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

 LiveIntervalAnalysis.h |    6 +-----
 1 files changed, 1 insertion(+), 5 deletions(-)


Index: llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff -u llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.49 llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.50
--- llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.49	Sun Jan 29 00:24:40 2006
+++ llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h	Sun Jan 29 01:59:37 2006
@@ -148,9 +148,7 @@
     /// handleVirtualRegisterDef)
     void handleRegisterDef(MachineBasicBlock* mbb,
                            MachineBasicBlock::iterator mi,
-                           unsigned reg,
-                           std::map<std::pair<unsigned,unsigned>, 
-                                    unsigned> &PhysRegValueMap);
+                           unsigned reg);
 
     /// handleVirtualRegisterDef - update intervals for a virtual
     /// register def
@@ -167,8 +165,6 @@
                                    MachineBasicBlock::iterator mi,
                                    LiveInterval& interval,
                                    unsigned SrcReg, unsigned DestReg,
-                                   std::map<std::pair<unsigned,unsigned>, 
-                                            unsigned> *PhysRegValueMap,
                                    bool isLiveIn = false);
 
     /// Return true if the two specified registers belong to different






More information about the llvm-commits mailing list