From: Ruchira Sasanka Date: Mon, 7 Jan 2002 20:33:44 +0000 (+0000) Subject: removed SizeOfStackOperand constant from the SparcRegInfo class - no longer used X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=690f367f6b049723dded669674d5e66329e5c557;p=oota-llvm.git 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 --- diff --git a/lib/Target/SparcV9/SparcV9Internals.h b/lib/Target/SparcV9/SparcV9Internals.h index d5d6f93912d..51609f683f2 100644 --- a/lib/Target/SparcV9/SparcV9Internals.h +++ b/lib/Target/SparcV9/SparcV9Internals.h @@ -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) );