aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-09-03 03:16:09 +0000
committerChad Rosier <mcrosier@apple.com>2012-09-03 03:16:09 +0000
commitc4d2560a2010456f4eea0007eb71829d5668e7dd (patch)
tree6211f517def1a927c21d32790d7d4e9e89ad90d3 /include
parent8a04e51d861032fe9e62612cf3298cd8bc18cc2e (diff)
downloadexternal_llvm-c4d2560a2010456f4eea0007eb71829d5668e7dd.zip
external_llvm-c4d2560a2010456f4eea0007eb71829d5668e7dd.tar.gz
external_llvm-c4d2560a2010456f4eea0007eb71829d5668e7dd.tar.bz2
Removed unused argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163104 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCTargetAsmParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCTargetAsmParser.h b/include/llvm/MC/MCTargetAsmParser.h
index 40daab8..35c4acd 100644
--- a/include/llvm/MC/MCTargetAsmParser.h
+++ b/include/llvm/MC/MCTargetAsmParser.h
@@ -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,