summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-10-23 03:42:35 +0000
committerCraig Topper <craig.topper@intel.com>2017-10-23 03:42:35 +0000
commit64cb997ce18ad000a9ced4f49744aa385deef730 (patch)
treeadf257ca4ec0802dd68fb5eb6038a97db5e5c99a
parent326008c61599163b8a847b17bb677d1625a62e84 (diff)
downloadbcm5719-llvm-64cb997ce18ad000a9ced4f49744aa385deef730.tar.gz
bcm5719-llvm-64cb997ce18ad000a9ced4f49744aa385deef730.zip
[X86] Update a doxygen comment in the disassembler tablegen code. NFC
llvm-svn: 316309
-rw-r--r--llvm/utils/TableGen/X86DisassemblerTables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/X86DisassemblerTables.h b/llvm/utils/TableGen/X86DisassemblerTables.h
index f2215a8183f..36cb8eecda0 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,
OpenPOWER on IntegriCloud