Remove implementation of default constructor as it is useless now.

llvm-svn: 11755
This commit is contained in:
Alkis Evlogimenos 2004-02-23 18:28:35 +00:00
parent 2cb1841335
commit 2863fbd178

View File

@ -59,11 +59,6 @@ namespace {
SpillWeights spillWeights_;
public:
RA()
: prt_(NULL) {
}
virtual const char* getPassName() const {
return "Linear Scan Register Allocator";
}