[llvm] r199814 - Remove param doxygen comment for non-existing parameter.
Benjamin Kramer
benny.kra at googlemail.com
Wed Jan 22 08:22:17 PST 2014
Author: d0k
Date: Wed Jan 22 10:22:17 2014
New Revision: 199814
URL: http://llvm.org/viewvc/llvm-project?rev=199814&view=rev
Log:
Remove param doxygen comment for non-existing parameter.
Found by -Wdocumentation.
Modified:
llvm/trunk/lib/Target/X86/Disassembler/X86Disassembler.cpp
Modified: llvm/trunk/lib/Target/X86/Disassembler/X86Disassembler.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/Disassembler/X86Disassembler.cpp?rev=199814&r1=199813&r2=199814&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/Disassembler/X86Disassembler.cpp (original)
+++ llvm/trunk/lib/Target/X86/Disassembler/X86Disassembler.cpp Wed Jan 22 10:22:17 2014
@@ -236,7 +236,6 @@ static const uint8_t segmentRegnums[SEG_
/// 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;
More information about the llvm-commits
mailing list