Skip to content

Commit

Permalink
[X86][tablgen] Fix typo in comments, NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
KanRobert committed Apr 24, 2023
1 parent 67205f9 commit 9616fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/TableGen/X86RecognizableInstr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ void RecognizableInstr::emitInstructionSpecifier() {
// Operand 3 (optional) is an immediate.
assert(numPhysicalOperands >= 2 + additionalOperands &&
numPhysicalOperands <= 3 + additionalOperands &&
"Unexpected number of operands for MRMDestRegFrm");
"Unexpected number of operands for MRMDestReg");

HANDLE_OPERAND(rmRegister)
if (HasEVEX_K)
Expand Down

0 comments on commit 9616fd1

Please sign in to comment.