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

Chris Lattner lattner at cs.uiuc.edu
Wed Mar 31 22:04:04 PST 2004


Changes in directory llvm/lib/Target/X86:

X86InstrInfo.h updated: 1.36 -> 1.37

---
Log message:

Wrap at 80 cols


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

Index: llvm/lib/Target/X86/X86InstrInfo.h
diff -u llvm/lib/Target/X86/X86InstrInfo.h:1.36 llvm/lib/Target/X86/X86InstrInfo.h:1.37
--- llvm/lib/Target/X86/X86InstrInfo.h:1.36	Wed Mar 31 16:02:13 2004
+++ llvm/lib/Target/X86/X86InstrInfo.h	Wed Mar 31 22:03:27 2004
@@ -165,8 +165,8 @@
     // the normal operands.
     PrintImplUsesAfter = 1 << 18,
 
-    // PrintImplUsesBefore - Print out implicit uses in the assembly output before
-    // the normal operands.
+    // PrintImplUsesBefore - Print out implicit uses in the assembly output
+    // before the normal operands.
     PrintImplUsesBefore = 1 << 19,
 
     OpcodeShift   = 20,





More information about the llvm-commits mailing list