Remove old comment referring to an argument that no longer exists.
authorCraig Topper <craig.topper@gmail.com>
Tue, 31 Dec 2013 15:29:14 +0000 (15:29 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 31 Dec 2013 15:29:14 +0000 (15:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198263 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/Disassembler/X86DisassemblerDecoder.c

index 7b6b49f6f4a862d40f6f5d69386040c6b575a6fa..c5fcd8cc1ac5511861c810a1b036373aeb902962 100644 (file)
@@ -1506,8 +1506,6 @@ static int fixupReg(struct InternalInstruction *insn,
  *   instruction.  Handles AddRegFrm instructions.
  *
  * @param insn    - The instruction whose opcode field is to be read.
- * @param inModRM - Indicates that the opcode field is to be read from the
- *                  ModR/M extension; useful for escape opcodes
  * @return        - 0 on success; nonzero otherwise.
  */
 static int readOpcodeModifier(struct InternalInstruction* insn) {