diff options
author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-02-23 18:28:35 +0000 |
---|---|---|
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-02-23 18:28:35 +0000 |
commit | d780ce64621aff6eab8454893296bb754166f575 (patch) | |
tree | dd7a1a20b8b8ccde957e170108a701f00508a41f /llvm/lib/CodeGen/RegAllocLinearScan.cpp | |
parent | 0fa55f79094af31be82daad04650cd7fadd9a1a5 (diff) | |
download | bcm5719-llvm-d780ce64621aff6eab8454893296bb754166f575.tar.gz bcm5719-llvm-d780ce64621aff6eab8454893296bb754166f575.zip |
Remove implementation of default constructor as it is useless now.
llvm-svn: 11755
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocLinearScan.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLinearScan.cpp b/llvm/lib/CodeGen/RegAllocLinearScan.cpp index 6144e58df8f..d4b258d1fc5 100644 --- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp +++ b/llvm/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"; } |