mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-02 10:33:53 +00:00
Remove default ctor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56cf63f2f6
commit
7c56bf694e
@ -22,8 +22,6 @@ class SSARegMap {
|
||||
}
|
||||
|
||||
public:
|
||||
SSARegMap() {}
|
||||
|
||||
const TargetRegisterClass* getRegClass(unsigned Reg) {
|
||||
unsigned actualReg = rescale(Reg);
|
||||
assert(actualReg < RegClassMap.size() && "Register out of bounds");
|
||||
|
Loading…
x
Reference in New Issue
Block a user