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

Duraid Madina duraid at octopus.com.au
Wed Dec 21 23:14:02 PST 2005



Changes in directory llvm/lib/Target/IA64:

IA64InstrInfo.td updated: 1.32 -> 1.33
---
Log message:

oops, back this out



---
Diffs of the changes:  (+2 -3)

 IA64InstrInfo.td |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


Index: llvm/lib/Target/IA64/IA64InstrInfo.td
diff -u llvm/lib/Target/IA64/IA64InstrInfo.td:1.32 llvm/lib/Target/IA64/IA64InstrInfo.td:1.33
--- llvm/lib/Target/IA64/IA64InstrInfo.td:1.32	Thu Dec 22 00:38:38 2005
+++ llvm/lib/Target/IA64/IA64InstrInfo.td	Thu Dec 22 01:13:51 2005
@@ -622,9 +622,8 @@
 def FNORMD : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src),
   "fnorm.d $dst = $src;;">;
 
-def GETFD : AForm_DAG<0x03, 0x0b, (ops GR:$dst, FP:$src),
-  "getf.d $dst = $src;;",
-  [(set GR:$dst, (IA64getfd FP:$src))]>;
+def GETFD : AForm<0x03, 0x0b, (ops GR:$dst, FP:$src),
+  "getf.d $dst = $src;;">;
 def SETFD : AForm<0x03, 0x0b, (ops FP:$dst, GR:$src),
   "setf.d $dst = $src;;">;
 






More information about the llvm-commits mailing list