aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocLinearScan.cpp
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-02-23 18:28:35 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-02-23 18:28:35 +0000
commite6394e2b625c369e9ac33c8113067d8626932fbe (patch)
treea66ce388376388ccbf7af7ea0f0d60b83a6aaed1 /lib/CodeGen/RegAllocLinearScan.cpp
parentc134395628c82d176d249958a6660c06143558f7 (diff)
Remove implementation of default constructor as it is useless now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11755 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r--lib/CodeGen/RegAllocLinearScan.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp
index 6144e58df8..d4b258d1fc 100644
--- a/lib/CodeGen/RegAllocLinearScan.cpp
+++ b/lib/CodeGen/RegAllocLinearScan.cpp
@@ -59,11 +59,6 @@ namespace {
SpillWeights spillWeights_;
public:
- RA()
- : prt_(NULL) {
-
- }
-
virtual const char* getPassName() const {
return "Linear Scan Register Allocator";
}