Change loops to derive the number of tables automatically
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.h
index 7862caa25a8a03471faafa1ae348ff6543bccb67..84c925b66e8cf4c04650d94cf335e2651ecb8790 100644 (file)
@@ -37,6 +37,9 @@ namespace llvm {
 private:
     void EmitPrintInstruction(raw_ostream &o);
     void EmitGetRegisterName(raw_ostream &o);
+    void EmitGetInstructionName(raw_ostream &o);
+    void EmitRegIsInRegClass(raw_ostream &O);
+    void EmitPrintAliasInstruction(raw_ostream &O);
     
     AsmWriterInst *getAsmWriterInstByID(unsigned ID) const {
       assert(ID < NumberedInstructions.size());