projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7049540
)
remove redundant/dead vars
author
Chris Lattner
<sabre@nondot.org>
Fri, 3 Nov 2006 23:47:20 +0000
(23:47 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 3 Nov 2006 23:47:20 +0000
(23:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31434
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Sparc/SparcInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/Sparc/SparcInstrInfo.td
b/lib/Target/Sparc/SparcInstrInfo.td
index 6b7cddcdcb07a743dc08ee0551ab427d9789aa94..434e8d74726d48db5ac8443cb6a895c24bf8542f 100644
(file)
--- 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);
}