Remove getInstructionName from MCInstPrinter implementations in favor of using the...
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.h
index 08f7ae39c20041152e4ebff91c060d6fc1f5da4e..9719b202faab57f37e330813227b9d6f4627a7d4 100644 (file)
@@ -37,7 +37,6 @@ namespace llvm {
 private:
     void EmitPrintInstruction(raw_ostream &o);
     void EmitGetRegisterName(raw_ostream &o);
-    void EmitGetInstructionName(raw_ostream &o);
     void EmitPrintAliasInstruction(raw_ostream &O);
     
     AsmWriterInst *getAsmWriterInstByID(unsigned ID) const {