From 3d821e26a153089344166504e3827694c306fee1 Mon Sep 17 00:00:00 2001 From: Duraid Madina Date: Thu, 22 Dec 2005 07:13:51 +0000 Subject: [PATCH] oops, back this out git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24950 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/IA64/IA64InstrInfo.td | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Target/IA64/IA64InstrInfo.td b/lib/Target/IA64/IA64InstrInfo.td index f41ade27d9e..75ce2b83428 100644 --- a/lib/Target/IA64/IA64InstrInfo.td +++ b/lib/Target/IA64/IA64InstrInfo.td @@ -622,9 +622,8 @@ def FCVTFXUTRUNCS1 : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src), 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;;">;