Wrap at 80 cols
authorChris Lattner <sabre@nondot.org>
Thu, 1 Apr 2004 04:03:27 +0000 (04:03 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Apr 2004 04:03:27 +0000 (04:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12587 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.h

index 61cc5e18ed0f1b32394184177b1d741d762045d1..557006235500b45d98f5d64dd07130d0aaffac7a 100644 (file)
@@ -165,8 +165,8 @@ namespace X86II {
     // 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,