mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
add a marker at the end of the instruction enum list
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23090 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -40,6 +40,7 @@ void InstrInfoEmitter::runEnums(std::ostream &OS) {
|
|||||||
OS << " " << NumberedInstructions[i]->TheDef->getName()
|
OS << " " << NumberedInstructions[i]->TheDef->getName()
|
||||||
<< ", \t// " << i << "\n";
|
<< ", \t// " << i << "\n";
|
||||||
}
|
}
|
||||||
|
OS << " INSTRUCTION_LIST_END\n";
|
||||||
OS << " };\n";
|
OS << " };\n";
|
||||||
if (!Namespace.empty())
|
if (!Namespace.empty())
|
||||||
OS << "}\n";
|
OS << "}\n";
|
||||||
|
Reference in New Issue
Block a user