Rather then have a wrapper function, have tblgen instantiate the implementation.
[oota-llvm.git] / include / llvm / MC / MCInstPrinter.h
index 1823e7b2d343038f4d39bdffd79e60126784c585..3c4f28be7ca6477011bb5732c0aedb7b49431961 100644 (file)
@@ -52,7 +52,7 @@ public:
 
   /// getOpcodeName - Return the name of the specified opcode enum (e.g.
   /// "MOV32ri") or empty if we can't resolve it.
-  virtual StringRef getOpcodeName(unsigned Opcode) const;
+  StringRef getOpcodeName(unsigned Opcode) const;
 
   /// printRegName - Print the assembler register name.
   virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;