mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 03:36:06 +00:00
[TableGen] AsmParser: Keep consistent naming. NFC
This commit is contained in:
parent
d1e2b96b60
commit
33d5f4314f
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user