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:
43ef131
)
Give all operands names
author
Chris Lattner
<sabre@nondot.org>
Wed, 14 Sep 2005 21:11:13 +0000
(21:11 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 14 Sep 2005 21:11:13 +0000
(21:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23357
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/IA64/IA64InstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/IA64/IA64InstrInfo.td
b/lib/Target/IA64/IA64InstrInfo.td
index 1da7ee77b4f317147b189b7b88e30301e6388f3b..52d817a5eb3504c7b422a462e4d3df56eb92378a 100644
(file)
--- a/
lib/Target/IA64/IA64InstrInfo.td
+++ b/
lib/Target/IA64/IA64InstrInfo.td
@@
-43,7
+43,7
@@
def ADJUSTCALLSTACKUP : PseudoInstIA64<(ops variable_ops),
"// ADJUSTCALLSTACKUP">;
def ADJUSTCALLSTACKDOWN : PseudoInstIA64<(ops variable_ops),
"// ADJUSTCALLSTACKDOWN">;
-def PSEUDO_ALLOC : PseudoInstIA64<(ops GR), "// PSEUDO_ALLOC">;
+def PSEUDO_ALLOC : PseudoInstIA64<(ops GR
:$foo
), "// PSEUDO_ALLOC">;
def ALLOC : AForm<0x03, 0x0b,
(ops GR:$dst, i8imm:$inputs, i8imm:$locals, i8imm:$outputs, i8imm:$rotating),