From: Dan Gohman Date: Wed, 20 Aug 2008 13:46:21 +0000 (+0000) Subject: Fix comment spacing. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1e684cf1ef76103e43b471de48947b403de2f8d8;p=oota-llvm.git Fix comment spacing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55047 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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>