mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-16 12:24:03 +00:00
Don't allow per-register spill size and alignment.
These values were not used for anything. Spill size and alignment is a property of the register class, not the register. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129906 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -170,8 +170,6 @@ void CodeGenTarget::ReadRegisters() const {
|
||||
}
|
||||
|
||||
CodeGenRegister::CodeGenRegister(Record *R) : TheDef(R) {
|
||||
DeclaredSpillSize = R->getValueAsInt("SpillSize");
|
||||
DeclaredSpillAlignment = R->getValueAsInt("SpillAlignment");
|
||||
CostPerUse = R->getValueAsInt("CostPerUse");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user