mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
removed SizeOfStackOperand constant from the SparcRegInfo class - no longer used
by code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1497 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2563a98f3d
commit
690f367f6b
@ -371,8 +371,7 @@ class UltraSparcRegInfo : public MachineRegInfo
|
||||
UltraSparcInfo(& (const UltraSparc&) tgt),
|
||||
NumOfIntArgRegs(6),
|
||||
NumOfFloatArgRegs(32),
|
||||
InvalidRegNum(1000),
|
||||
SizeOfOperandOnStack(8) {
|
||||
InvalidRegNum(1000) {
|
||||
|
||||
MachineRegClassArr.push_back( new SparcIntRegClass(IntRegClassID) );
|
||||
MachineRegClassArr.push_back( new SparcFloatRegClass(FloatRegClassID) );
|
||||
|
Loading…
Reference in New Issue
Block a user