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

Alkis Evlogimenos alkis at niobe.cs.uiuc.edu
Mon Mar 8 21:39:01 PST 2004


Changes in directory llvm/lib/Target/X86:

X86InstrInfo.td updated: 1.59 -> 1.60

---
Log message:

Differentiate between extended precision floats (80-bit) and double precision floats (64-bit)

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

Index: llvm/lib/Target/X86/X86InstrInfo.td
diff -u llvm/lib/Target/X86/X86InstrInfo.td:1.59 llvm/lib/Target/X86/X86InstrInfo.td:1.60
--- llvm/lib/Target/X86/X86InstrInfo.td:1.59	Sat Mar  6 21:19:11 2004
+++ llvm/lib/Target/X86/X86InstrInfo.td	Mon Mar  8 21:37:54 2004
@@ -53,7 +53,7 @@
 def Mem16  : MemType<2>;
 def Mem32  : MemType<3>;
 def Mem64  : MemType<4>;
-def Mem80  : MemType<4>;
+def Mem80  : MemType<5>;
 def Mem128 : MemType<6>;
 
 // FPFormat - This specifies what form this FP instruction has.  This is used by





More information about the llvm-commits mailing list