[llvm] r198263 - Remove old comment referring to an argument that no longer exists.

Craig Topper craig.topper at gmail.com
Tue Dec 31 07:29:14 PST 2013


Author: ctopper
Date: Tue Dec 31 09:29:14 2013
New Revision: 198263

URL: http://llvm.org/viewvc/llvm-project?rev=198263&view=rev
Log:
Remove old comment referring to an argument that no longer exists.

Modified:
    llvm/trunk/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c

Modified: llvm/trunk/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c?rev=198263&r1=198262&r2=198263&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c (original)
+++ llvm/trunk/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c Tue Dec 31 09:29:14 2013
@@ -1506,8 +1506,6 @@ static int fixupReg(struct InternalInstr
  *   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) {





More information about the llvm-commits mailing list