[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp

Alkis Evlogimenos alkis at cs.uiuc.edu
Tue Jan 6 20:30:01 PST 2004


Changes in directory llvm/lib/CodeGen:

RegAllocLinearScan.cpp updated: 1.22 -> 1.23

---
Log message:

Remove declared but undefined method.


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

Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff -u llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.22 llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.23
--- llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.22	Mon Jan  5 02:24:57 2004
+++ llvm/lib/CodeGen/RegAllocLinearScan.cpp	Tue Jan  6 20:29:33 2004
@@ -83,11 +83,6 @@
         /// runOnMachineFunction - register allocate the whole function
         bool runOnMachineFunction(MachineFunction&);
 
-        /// verifyIntervals - verify that we have no inconsistencies
-        /// in the register assignments we have in active and inactive
-        /// lists
-        bool verifyIntervals();
-
         /// processActiveIntervals - expire old intervals and move
         /// non-overlapping ones to the incative list
         void processActiveIntervals(Intervals::const_iterator cur);





More information about the llvm-commits mailing list