From d35a2569ffcc3dc6802824b4dc35eaa0202ae60e 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316309 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/X86DisassemblerTables.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/TableGen/X86DisassemblerTables.h b/utils/TableGen/X86DisassemblerTables.h index f2215a8183f..36cb8eecda0 100644 --- a/utils/TableGen/X86DisassemblerTables.h +++ b/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, -- 2.40.0