Rather then have a wrapper function, have tblgen instantiate the implementation.
[oota-llvm.git] / include / llvm / MC / MCTargetAsmParser.h
index a771ed7a9d613a1904d5849cdad0c57646c858ee..2b5a672d6d1f01921427f222854d68ccaa499f04 100644 (file)
@@ -115,7 +115,7 @@ public:
     return Match_Success;
   }
 
-  virtual unsigned getMCInstOperandNum(unsigned Kind, MCInst &Inst,
+  virtual unsigned getMCInstOperandNum(unsigned Kind,
                            const SmallVectorImpl<MCParsedAsmOperand*> &Operands,
                                        unsigned OperandNum,
                                        unsigned &NumMCOperands) = 0;