Revert r152105: "Use uint16_t to store indices into string table"
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 15 Mar 2012 18:05:54 +0000 (18:05 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 15 Mar 2012 18:05:54 +0000 (18:05 +0000)
commitd66b9a222b38d7d29646c582b70a1c107ca615de
treee624b66ed1ca7beb42a6b6be5989f36de75e2e2a
parent8a6bcc3722729803a16b5885de1ff85a3752e6a0
Revert r152105: "Use uint16_t to store indices into string table"

This patch limited the concatenated register names to 64K which meant
that the total number of registers was many times less than 64K.

If any compilers actually enforce the 64K limit on string literals, and
it turns out to be a problem, we should fix that problem by not using
long string literals.

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