mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
X86: fix comment typo in AsmParser
Fix a typo. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226313 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
07fbc5c1c6
commit
d4bdb4e0b2
@ -2668,7 +2668,7 @@ bool X86AsmParser::MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode,
|
||||
}
|
||||
|
||||
// If we haven't matched anything yet, this is not a basic integer or FPU
|
||||
// operation. There shouldn't be any ambiguity in our mneumonic table, so try
|
||||
// operation. There shouldn't be any ambiguity in our mnemonic table, so try
|
||||
// matching with the unsized operand.
|
||||
if (Match.empty()) {
|
||||
Match.push_back(MatchInstructionImpl(Operands, Inst, ErrorInfo,
|
||||
|
Loading…
x
Reference in New Issue
Block a user