Change loops to derive the number of tables automatically
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.h
index 9f7d7761a497ffbeedd473aa9152a5262ca3e8ab..84c925b66e8cf4c04650d94cf335e2651ecb8790 100644 (file)
@@ -38,6 +38,8 @@ 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());