[X86] Update a doxygen comment in the disassembler tablegen code. NFC

llvm-svn: 316309
This commit is contained in:
Craig Topper 2017-10-23 03:42:35 +00:00
parent 326008c615
commit 64cb997ce1
1 changed files with 1 additions and 0 deletions

View 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,