1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

X86Disassembler.cpp: Fix @param introduced in r199804. [-Wdocumentation]

llvm-svn: 199855
This commit is contained in:
NAKAMURA Takumi 2014-01-23 00:37:25 +00:00
parent fe448ccebc
commit d8a2147ac1

View 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) {