Remove getInstructionName from MCInstPrinter implementations in favor of using the...
[oota-llvm.git] / lib / Target / X86 / InstPrinter / X86IntelInstPrinter.h
index 2c26b1915f5f55e0cab5062f91b6bf3c711a29f3..c70b141b728d85e6b7f9e127b83d0f400429bbe8 100644 (file)
@@ -34,7 +34,6 @@ public:
   // Autogenerated by tblgen.
   void printInstruction(const MCInst *MI, raw_ostream &O);
   static const char *getRegisterName(unsigned RegNo);
-  static const char *getInstructionName(unsigned Opcode);
 
   void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
   void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &O);