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