diff options
author | Chris Lattner <sabre@nondot.org> | 2006-11-03 23:47:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-11-03 23:47:20 +0000 |
commit | 56fe5276ef0f64015b2fa9377fe8c81a00047533 (patch) | |
tree | a1d3054322b0c3d80b209e975553c4a7208893f7 /lib/Target/Sparc/SparcInstrInfo.td | |
parent | 7049540de55741611545829ad47572432a187771 (diff) |
remove redundant/dead vars
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31434 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/SparcInstrInfo.td')
-rw-r--r-- | lib/Target/Sparc/SparcInstrInfo.td | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td index 6b7cddcdcb..434e8d7472 100644 --- a/lib/Target/Sparc/SparcInstrInfo.td +++ b/lib/Target/Sparc/SparcInstrInfo.td @@ -73,12 +73,10 @@ def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex], []>; // Address operands def MEMrr : Operand<i32> { let PrintMethod = "printMemOperand"; - let NumMIOperands = 2; let MIOperandInfo = (ops IntRegs, IntRegs); } def MEMri : Operand<i32> { let PrintMethod = "printMemOperand"; - let NumMIOperands = 2; let MIOperandInfo = (ops IntRegs, i32imm); } |