diff --git a/lib/Target/X86/X86InstrInfo.h b/lib/Target/X86/X86InstrInfo.h index 61cc5e18ed0..55700623550 100644 --- a/lib/Target/X86/X86InstrInfo.h +++ b/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,