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;;">; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits