[llvm] r316309 - [X86] Update a doxygen comment in the disassembler tablegen code. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 22 20:42:35 PDT 2017
Author: ctopper
Date: Sun Oct 22 20:42:35 2017
New Revision: 316309
URL: http://llvm.org/viewvc/llvm-project?rev=316309&view=rev
Log:
[X86] Update a doxygen comment in the disassembler tablegen code. NFC
Modified:
llvm/trunk/utils/TableGen/X86DisassemblerTables.h
Modified: llvm/trunk/utils/TableGen/X86DisassemblerTables.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/X86DisassemblerTables.h?rev=316309&r1=316308&r2=316309&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/X86DisassemblerTables.h (original)
+++ llvm/trunk/utils/TableGen/X86DisassemblerTables.h Sun Oct 22 20:42:35 2017
@@ -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,
More information about the llvm-commits
mailing list