[llvm-commits] CVS: llvm/lib/Target/IA64/IA64InstrInfo.td

Chris Lattner lattner at cs.uiuc.edu
Wed Sep 14 14:11:24 PDT 2005



Changes in directory llvm/lib/Target/IA64:

IA64InstrInfo.td updated: 1.14 -> 1.15
---
Log message:

Give all operands names


---
Diffs of the changes:  (+1 -1)

 IA64InstrInfo.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/IA64/IA64InstrInfo.td
diff -u llvm/lib/Target/IA64/IA64InstrInfo.td:1.14 llvm/lib/Target/IA64/IA64InstrInfo.td:1.15
--- llvm/lib/Target/IA64/IA64InstrInfo.td:1.14	Thu Aug 18 19:47:42 2005
+++ llvm/lib/Target/IA64/IA64InstrInfo.td	Wed Sep 14 16:11:13 2005
@@ -43,7 +43,7 @@
                                         "// 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),






More information about the llvm-commits mailing list