Skip to content

Commit 33d5f43

Browse files
committed
[TableGen] AsmParser: Keep consistent naming. NFC
1 parent d1e2b96 commit 33d5f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/AsmMatcherEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3317,7 +3317,7 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
33173317
OS << " unsigned MCK);\n\n";
33183318
}
33193319

3320-
OS << "#endif // GET_ASSEMBLER_HEADER_INFO\n\n";
3320+
OS << "#endif // GET_ASSEMBLER_HEADER\n\n";
33213321

33223322
// Emit the operand match diagnostic enum names.
33233323
OS << "\n#ifdef GET_OPERAND_DIAGNOSTIC_TYPES\n";

0 commit comments

Comments
 (0)