mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 08:36:52 +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_;
|
SpillWeights spillWeights_;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
RA()
|
|
||||||
: prt_(NULL) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
virtual const char* getPassName() const {
|
virtual const char* getPassName() const {
|
||||||
return "Linear Scan Register Allocator";
|
return "Linear Scan Register Allocator";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user