summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrFormats.td
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-20 13:46:21 +0000
committerDan Gohman <gohman@apple.com>2008-08-20 13:46:21 +0000
commit1e684cf1ef76103e43b471de48947b403de2f8d8 (patch)
treea6d24b55cd5d44fa1103d83ad3c27025a6e92a1f /lib/Target/X86/X86InstrFormats.td
parent4f5ca2cf8023420600529ff9373e8b6b4adc19ea (diff)
downloadllvm-1e684cf1ef76103e43b471de48947b403de2f8d8.tar.gz
llvm-1e684cf1ef76103e43b471de48947b403de2f8d8.tar.bz2
llvm-1e684cf1ef76103e43b471de48947b403de2f8d8.tar.xz
Fix comment spacing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55047 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrFormats.td')
-rw-r--r--lib/Target/X86/X86InstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86InstrFormats.td b/lib/Target/X86/X86InstrFormats.td
index d5f0efb988..d90737849b 100644
--- a/lib/Target/X86/X86InstrFormats.td
+++ b/lib/Target/X86/X86InstrFormats.td
@@ -103,7 +103,7 @@ class X86Inst<bits<8> 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<bits<8> o, Format f, dag outs, dag ins, string asm, list<dag> pattern>