Rip out emission of the regIsInRegClass function for the asm printer.
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.h
index 731e31cc746ead7aa5e01a1aae23bc96c5ea91e7..08f7ae39c20041152e4ebff91c060d6fc1f5da4e 100644 (file)
@@ -38,7 +38,6 @@ 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 {