[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.td

Chris Lattner lattner at cs.uiuc.edu
Mon Feb 2 13:58:01 PST 2004


Changes in directory llvm/lib/Target/X86:

X86InstrInfo.td updated: 1.16 -> 1.17

---
Log message:

No need to declare implicit uses/defs of ST0


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

Index: llvm/lib/Target/X86/X86InstrInfo.td
diff -u llvm/lib/Target/X86/X86InstrInfo.td:1.16 llvm/lib/Target/X86/X86InstrInfo.td:1.17
--- llvm/lib/Target/X86/X86InstrInfo.td:1.16	Mon Feb  2 13:31:38 2004
+++ llvm/lib/Target/X86/X86InstrInfo.td	Mon Feb  2 13:57:45 2004
@@ -435,7 +435,7 @@
 
 
 // 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<string n, bits<8> o>





More information about the llvm-commits mailing list