[TableGen] AsmParser: Keep consistent naming. NFC

This commit is contained in:
Michael Liao 2023-11-29 14:45:03 -05:00
parent d1e2b96b60
commit 33d5f4314f

View File

@ -3317,7 +3317,7 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
OS << " unsigned MCK);\n\n";
}
OS << "#endif // GET_ASSEMBLER_HEADER_INFO\n\n";
OS << "#endif // GET_ASSEMBLER_HEADER\n\n";
// Emit the operand match diagnostic enum names.
OS << "\n#ifdef GET_OPERAND_DIAGNOSTIC_TYPES\n";