]> granicus.if.org Git - llvm/commitdiff
[X86] Update a doxygen comment in the disassembler tablegen code. NFC
authorCraig Topper <craig.topper@intel.com>
Mon, 23 Oct 2017 03:42:35 +0000 (03:42 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 23 Oct 2017 03:42:35 +0000 (03:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316309 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/X86DisassemblerTables.h

index f2215a8183fcc72e3705ae3b721f3c5dd15cb757..36cb8eecda0018e321b5709377ef38c5dda4dea7 100644 (file)
@@ -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,