forked from OSchip/llvm-project
parent
fd54435b95
commit
0768bced39
|
@ -2285,7 +2285,7 @@ bool X86AsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
|
||||||
|
|
||||||
// Determine whether this is an instruction prefix.
|
// Determine whether this is an instruction prefix.
|
||||||
// FIXME:
|
// FIXME:
|
||||||
// Enhace prefixes integrity robustness. for example, following forms
|
// Enhance prefixes integrity robustness. for example, following forms
|
||||||
// are currently tolerated:
|
// are currently tolerated:
|
||||||
// repz repnz <insn> ; GAS errors for the use of two similar prefixes
|
// repz repnz <insn> ; GAS errors for the use of two similar prefixes
|
||||||
// lock addq %rax, %rbx ; Destination operand must be of memory type
|
// lock addq %rax, %rbx ; Destination operand must be of memory type
|
||||||
|
|
Loading…
Reference in New Issue