aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/X86/X86InstrInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/X86InstrInfo.h b/lib/Target/X86/X86InstrInfo.h
index 61cc5e18ed..5570062355 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,