diff options
author | Dan Gohman <gohman@apple.com> | 2008-08-20 13:46:21 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-08-20 13:46:21 +0000 |
commit | a21bdda9617ea77467322be1c65d3e7b046e7e47 (patch) | |
tree | 71b65fd3a8adc4ed005916ca41354fbad4f2ba25 /llvm/lib | |
parent | f05b7728b3f01871896e1861dbf418c29f047a7a (diff) | |
download | bcm5719-llvm-a21bdda9617ea77467322be1c65d3e7b046e7e47.tar.gz bcm5719-llvm-a21bdda9617ea77467322be1c65d3e7b046e7e47.zip |
Fix comment spacing.
llvm-svn: 55047
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/X86/X86InstrFormats.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrFormats.td b/llvm/lib/Target/X86/X86InstrFormats.td index d5f0efb988c..d90737849b7 100644 --- a/llvm/lib/Target/X86/X86InstrFormats.td +++ b/llvm/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> |