]> granicus.if.org Git - llvm/commit
[tablegen] Use categories on options that only matter to one emitter.
authorDaniel Sanders <daniel_l_sanders@apple.com>
Mon, 27 Mar 2017 13:15:13 +0000 (13:15 +0000)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Mon, 27 Mar 2017 13:15:13 +0000 (13:15 +0000)
commitd5d860727bf653384b60eae7a1c2fdc8fd01ab30
tree6c5d5cfb417692a4449e46351748eb386dd08b02
parentacec6edc61c23ddf6cb2a121f488478a51958217
[tablegen] Use categories on options that only matter to one emitter.

Summary:
The categories are emitted in a strange order in this patch due to a bug in the
CommandLine library.

Reviewers: ab

Reviewed By: ab

Subscribers: ab, llvm-commits

Differential Revision: https://reviews.llvm.org/D30995

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298843 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/DAGISelMatcherEmitter.cpp
utils/TableGen/GlobalISelEmitter.cpp
utils/TableGen/TableGen.cpp