projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f5ca2c
)
Fix comment spacing.
author
Dan Gohman
<gohman@apple.com>
Wed, 20 Aug 2008 13:46:21 +0000
(13:46 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 20 Aug 2008 13:46:21 +0000
(13:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55047
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrFormats.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrFormats.td
b/lib/Target/X86/X86InstrFormats.td
index d5f0efb988c17156528032a596ab2f9840d93d10..d90737849b7b436e5763f3be53c5b2777ef0f6f2 100644
(file)
--- 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>