mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +00:00
Fix comment spacing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55047 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4f5ca2cf80
commit
1e684cf1ef
@ -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?
|
bit hasREX_WPrefix = 0; // Does this inst requires the REX.W prefix?
|
||||||
FPFormat FPForm; // What flavor of FP instruction is this?
|
FPFormat FPForm; // What flavor of FP instruction is this?
|
||||||
bits<3> FPFormBits = 0;
|
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>
|
class I<bits<8> o, Format f, dag outs, dag ins, string asm, list<dag> pattern>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user