X86Disassembler.cpp: Fix @param introduced in r199804. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 23 Jan 2014 00:37:25 +0000 (00:37 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 23 Jan 2014 00:37:25 +0000 (00:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199855 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/Disassembler/X86Disassembler.cpp

index f21d44631ec088a6f3df0304974c8dfbb2579004..d5759cda737e59b821a5ab921b451c654361f4f3 100644 (file)
@@ -260,7 +260,6 @@ static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) {
 /// translateDstIndex   - Appends a destination 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 translateDstIndex(MCInst &mcInst, InternalInstruction &insn) {