From 64cb997ce18ad000a9ced4f49744aa385deef730 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Mon, 23 Oct 2017 03:42:35 +0000 Subject: [PATCH] [X86] Update a doxygen comment in the disassembler tablegen code. NFC llvm-svn: 316309 --- llvm/utils/TableGen/X86DisassemblerTables.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/TableGen/X86DisassemblerTables.h b/llvm/utils/TableGen/X86DisassemblerTables.h index f2215a8183fc..36cb8eecda00 100644 --- a/llvm/utils/TableGen/X86DisassemblerTables.h +++ b/llvm/utils/TableGen/X86DisassemblerTables.h @@ -245,6 +245,7 @@ public: /// @param uid - The unique ID of the instruction. /// @param is32bit - Instructon is only 32-bit /// @param ignoresVEX_L - Instruction ignores VEX.L + /// @param ignoresVEX_W - Instruction ignores VEX.W /// @param AddrSize - Instructions address size 16/32/64. 0 is unspecified void setTableFields(OpcodeType type, InstructionContext insnContext,