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

Chris Lattner lattner at cs.uiuc.edu
Sun Apr 11 20:52:01 PDT 2004


Changes in directory llvm/lib/Target/X86:

X86InstrInfo.td updated: 1.73 -> 1.74

---
Log message:

No really, fix printing for LLC.  I gotta get a way for CVS to whine at me if
I have unsaved emacs buffers, geeze...


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

Index: llvm/lib/Target/X86/X86InstrInfo.td
diff -u llvm/lib/Target/X86/X86InstrInfo.td:1.73 llvm/lib/Target/X86/X86InstrInfo.td:1.74
--- llvm/lib/Target/X86/X86InstrInfo.td:1.73	Sun Apr 11 20:50:04 2004
+++ llvm/lib/Target/X86/X86InstrInfo.td	Sun Apr 11 20:52:04 2004
@@ -851,7 +851,7 @@
 def FUCOMPr   : I<"fucomp" , 0xE8, AddRegFrm>, DD, Imp<[ST0],[]>;  // FPSW = compare ST(0) with ST(i), pop
 def FUCOMPPr  : I<"fucompp", 0xE9, RawFrm   >, DA, Imp<[ST0],[]>;  // compare ST(0) with ST(1), pop, pop
 
-let printImplicitUsesAfter = 1 in {
+let printImplicitUsesBefore = 1 in {
   def FUCOMIr  : FPI<"fucomi", 0xE8, AddRegFrm, TwoArgFP>, DB, Imp<[ST0],[]>;  // CC = compare ST(0) with ST(i)
   def FUCOMIPr : I<"fucomip" , 0xE8, AddRegFrm>, DF, Imp<[ST0],[]>;            // CC = compare ST(0) with ST(i), pop
 }





More information about the llvm-commits mailing list