mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
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
This commit is contained in:
parent
c134395628
commit
e6394e2b62
@ -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…
x
Reference in New Issue
Block a user