From: Craig Topper Date: Tue, 31 Dec 2013 15:29:14 +0000 (+0000) Subject: Remove old comment referring to an argument that no longer exists. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=31b27056a6b3585ddd2bd21689434a73d79fe888;p=oota-llvm.git Remove old comment referring to an argument that no longer exists. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198263 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c b/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c index 7b6b49f6f4a..c5fcd8cc1ac 100644 --- a/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c +++ b/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c @@ -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) {