Remove param doxygen comment for non-existing parameter.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 22 Jan 2014 16:22:17 +0000 (16:22 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 22 Jan 2014 16:22:17 +0000 (16:22 +0000)
Found by -Wdocumentation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199814 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/Disassembler/X86Disassembler.cpp

index 61ae9bd608a99fd3d62c754cf76365bbaed5b9d0..f21d44631ec088a6f3df0304974c8dfbb2579004 100644 (file)
@@ -236,7 +236,6 @@ static const uint8_t segmentRegnums[SEG_OVERRIDE_max] = {
 /// translateSrcIndex   - Appends a source index operand to an MCInst.
 ///
 /// @param mcInst       - The MCInst to append to.
-/// @param operand      - The operand, as stored in the descriptor table.
 /// @param insn         - The internal instruction.
 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) {
   unsigned baseRegNo;