Steal bits from the asm string index to use for operand information. On both
authorChris Lattner <sabre@nondot.org>
Tue, 18 Jul 2006 17:38:46 +0000 (17:38 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Jul 2006 17:38:46 +0000 (17:38 +0000)
commitb51ecd4dd93b8eccf2cba3d541cff0f7cdbf7e1c
treeb0f052a6f7f2bbb7f498a0200fb37f10e8069287
parent5561640043666174a1e4d828107702a8992e59f6
Steal bits from the asm string index to use for operand information.  On both
x86 and ppc, this gets us 4 more bits to play with, since the string indices
both only use 12 bits.

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