Maximally group commands. When all instructions within a command set have a
authorChris Lattner <sabre@nondot.org>
Tue, 18 Jul 2006 18:28:27 +0000 (18:28 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Jul 2006 18:28:27 +0000 (18:28 +0000)
commit96c1ade5c3927cb0e835af721cbf37f9605cc678
tree29d1a67b4fd9461ae5c8e279771802a33c4209b6
parentb84628679ad7240a63d267fc6388efbc1e91f588
Maximally group commands.  When all instructions within a command set have a
series of identical commands, handle them all with one switch.  In the case
of the x86 at&t asm printer, only 3 switches are needed for all instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29184 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/AsmWriterEmitter.h