mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Remove implementation of default constructor as it is useless now.
llvm-svn: 11755
This commit is contained in:
parent
2cb1841335
commit
2863fbd178
@ -59,11 +59,6 @@ namespace {
|
||||
SpillWeights spillWeights_;
|
||||
|
||||
public:
|
||||
RA()
|
||||
: prt_(NULL) {
|
||||
|
||||
}
|
||||
|
||||
virtual const char* getPassName() const {
|
||||
return "Linear Scan Register Allocator";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user