Reduce size of register name index tables by using uint16_t for all in tree targets...
authorCraig Topper <craig.topper@gmail.com>
Fri, 14 Sep 2012 06:37:49 +0000 (06:37 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 14 Sep 2012 06:37:49 +0000 (06:37 +0000)
commit4e5babe4f3aa5aaabf8ee91b10f64c9e35f2505c
tree8ed2edb4ae9dbf032cae57efe42c503994902553
parenta2ed0e8e8b89f7e8374ed8b915ee9d4aadf3659a
Reduce size of register name index tables by using uint16_t for all in tree targets. If more than 16-bits are needed for any out of tree targets, code will detect and use uint32_t instead.

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