Remove getInstructionName from MCInstPrinter implementations in favor of using the...
[oota-llvm.git] / lib / Target / ARM / InstPrinter / ARMInstPrinter.h
index b2bc202fb7b1baa7a5a1941ea604244c9093bdab..d103ca4232c98d6eed50135573f80b6ca181c671 100644 (file)
@@ -30,8 +30,6 @@ public:
   virtual StringRef getOpcodeName(unsigned Opcode) const;
   virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
 
-  static const char *getInstructionName(unsigned Opcode);
-
   // Autogenerated by tblgen.
   void printInstruction(const MCInst *MI, raw_ostream &O);
   static const char *getRegisterName(unsigned RegNo);