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