From 3c8561442c0654a87140162608fbe6296174332e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 1 Apr 2004 04:03:27 +0000 Subject: [PATCH] Wrap at 80 cols llvm-svn: 12587 --- llvm/lib/Target/X86/X86InstrInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/lib/Target/X86/X86InstrInfo.h b/llvm/lib/Target/X86/X86InstrInfo.h index 61cc5e18ed0f..557006235500 100644 --- a/llvm/lib/Target/X86/X86InstrInfo.h +++ b/llvm/lib/Target/X86/X86InstrInfo.h @@ -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,