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

Alkis Evlogimenos alkis at niobe.cs.uiuc.edu
Mon Feb 23 12:29:02 PST 2004


Changes in directory llvm/lib/CodeGen:

RegAllocLinearScan.cpp updated: 1.59 -> 1.60

---
Log message:

Remove implementation of default constructor as it is useless now.


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

Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff -u llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.59 llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.60
--- llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.59	Mon Feb 23 00:10:13 2004
+++ llvm/lib/CodeGen/RegAllocLinearScan.cpp	Mon Feb 23 12:28:35 2004
@@ -59,11 +59,6 @@
         SpillWeights spillWeights_;
 
     public:
-        RA()
-            : prt_(NULL) {
-
-        }
-
         virtual const char* getPassName() const {
             return "Linear Scan Register Allocator";
         }





More information about the llvm-commits mailing list