From 1580193020ceb6a01719aa3bf5eb3bf2384c82e6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 2 Feb 2004 19:57:45 +0000 Subject: [PATCH] No need to declare implicit uses/defs of ST0 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11081 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86InstrInfo.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86InstrInfo.td b/lib/Target/X86/X86InstrInfo.td index 1dc63bb7828..aecbca95cf0 100644 --- a/lib/Target/X86/X86InstrInfo.td +++ b/lib/Target/X86/X86InstrInfo.td @@ -435,7 +435,7 @@ def FLD1 : FPInst<"fld1", 0xE8, RawFrm, ArgF80, ZeroArgFP>, D9; // Unary read-modify-write operations... -def FCHS : FPInst<"fchs", 0xE0, RawFrm, ArgF80, OneArgFPRW>, D9, Imp<[ST0],[ST0]>; // f1 = fchs f2 +def FCHS : FPInst<"fchs", 0xE0, RawFrm, ArgF80, OneArgFPRW>, D9; // f1 = fchs f2 // Binary arithmetic operations... class FPST0rInst o>