X86Disassembler.cpp: Prune stray @return on translateFPRegister(). [-Wdocumentation]

llvm-svn: 198279
This commit is contained in:
NAKAMURA Takumi 2014-01-01 16:19:26 +00:00
parent 9155118602
commit 545b6803c3
1 changed files with 0 additions and 1 deletions

View File

@ -608,7 +608,6 @@ static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand,
///
/// @param mcInst - The MCInst to append to.
/// @param stackPos - The stack position to translate.
/// @return - false on success; true otherwise.
static void translateFPRegister(MCInst &mcInst,
uint8_t stackPos) {
mcInst.addOperand(MCOperand::CreateReg(X86::ST0 + stackPos));