Fix diassembler handling of rex.b when mod=00/01/10 and bbb=101. Mod=00 should ignore...
[oota-llvm.git] / lib / Target / X86 / Disassembler / X86Disassembler.cpp
index 61ae9bd608a99fd3d62c754cf76365bbaed5b9d0..d5759cda737e59b821a5ab921b451c654361f4f3 100644 (file)
@@ -236,7 +236,6 @@ static const uint8_t segmentRegnums[SEG_OVERRIDE_max] = {
 /// 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;
@@ -261,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) {