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

Duraid Madina duraid at octopus.com.au
Sun Apr 3 21:51:09 PDT 2005



Changes in directory llvm/lib/Target/IA64:

IA64InstrInfo.td updated: 1.4 -> 1.5
---
Log message:

add implicit use op



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

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


Index: llvm/lib/Target/IA64/IA64InstrInfo.td
diff -u llvm/lib/Target/IA64/IA64InstrInfo.td:1.4 llvm/lib/Target/IA64/IA64InstrInfo.td:1.5
--- llvm/lib/Target/IA64/IA64InstrInfo.td:1.4	Sat Apr  2 04:06:27 2005
+++ llvm/lib/Target/IA64/IA64InstrInfo.td	Sun Apr  3 23:50:57 2005
@@ -36,6 +36,7 @@
   
 def PHI : PseudoInstIA64<(ops), "PHI">;
 def IDEF : PseudoInstIA64<(ops), "// IDEF">;
+def IUSE : PseudoInstIA64<(ops), "// IUSE">;
 def WTF : PseudoInstIA64<(ops), "que??">;
 def ADJUSTCALLSTACKUP : PseudoInstIA64<(ops), "// ADJUSTCALLSTACKUP">;
 def ADJUSTCALLSTACKDOWN : PseudoInstIA64<(ops), "// ADJUSTCALLSTACKDOWN">;






More information about the llvm-commits mailing list