Fix case where identical cases were not detected across case #0, because
authorChris Lattner <sabre@nondot.org>
Tue, 18 Jul 2006 19:27:30 +0000 (19:27 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Jul 2006 19:27:30 +0000 (19:27 +0000)
commit195bb4a7b0de2bb76ae064a5ab8776094d4fccbb
treed5cd750e9b6b401a37a8e36449b7e34486412fef
parent31e773147bf13cb11c2bf343db5706fe3e2923d7
Fix case where identical cases were not detected across case #0, because
instructions not handled would have a case value of #0, throwing things off.
This marginally shrinks the X86 asmprinter, but shrinks the sparc asmwriter
by 25 lines.

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