diff --git a/lib/Target/X86/X86InstrFormats.td b/lib/Target/X86/X86InstrFormats.td index d5f0efb988c..d90737849b7 100644 --- a/lib/Target/X86/X86InstrFormats.td +++ b/lib/Target/X86/X86InstrFormats.td @@ -103,7 +103,7 @@ class X86Inst opcod, Format f, ImmType i, dag outs, dag ins, bit hasREX_WPrefix = 0; // Does this inst requires the REX.W prefix? FPFormat FPForm; // What flavor of FP instruction is this? bits<3> FPFormBits = 0; - bit hasLockPrefix = 0; // Does this inst have a 0xF0 prefix? + bit hasLockPrefix = 0; // Does this inst have a 0xF0 prefix? } class I o, Format f, dag outs, dag ins, string asm, list pattern>