Removed unused argument.
[oota-llvm.git] / include / llvm / MC / MCTargetAsmParser.h
index 40daab888cbe0c929ae32151cba2656875a1dc56..35c4acd5d2d1463246021cb7255248c9e3ac3152 100644 (file)
@@ -85,7 +85,7 @@ public:
   /// On failure, the target parser is responsible for emitting a diagnostic
   /// explaining the match failure.
   virtual bool
-  MatchInstruction(SMLoc IDLoc, unsigned &Kind, unsigned &Opcode,
+  MatchInstruction(SMLoc IDLoc, unsigned &Kind,
                    SmallVectorImpl<MCParsedAsmOperand*> &Operands,
                    SmallVectorImpl<MCInst> &MCInsts,
                    unsigned &OrigErrorInfo,