1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

add a marker at the end of the instruction enum list

llvm-svn: 23090
This commit is contained in:
Chris Lattner 2005-08-26 20:17:00 +00:00
parent 0d2ee60c48
commit 17f0f9beae

View File

@ -40,6 +40,7 @@ void InstrInfoEmitter::runEnums(std::ostream &OS) {
OS << " " << NumberedInstructions[i]->TheDef->getName()
<< ", \t// " << i << "\n";
}
OS << " INSTRUCTION_LIST_END\n";
OS << " };\n";
if (!Namespace.empty())
OS << "}\n";