forked from OSchip/llvm-project
X86Disassembler.cpp: Prune stray @return on translateFPRegister(). [-Wdocumentation]
llvm-svn: 198279
This commit is contained in:
parent
9155118602
commit
545b6803c3
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue