Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 15 Mar 2012 18:05:57 +0000 (18:05 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 15 Mar 2012 18:05:57 +0000 (18:05 +0000)
commitbcfa982c4866fee5f86dca8c4bfc7425a9629f0d
tree4742e635a91d08f91f917b2355ada716e352689f
parentd66b9a222b38d7d29646c582b70a1c107ca615de
Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."

We cannot limit the concatenated instruction names to 64K.  ARM is
already at 32K, and it is easy to imagine a target with more
instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152817 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCInstrInfo.h
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/InstrInfoEmitter.cpp
utils/TableGen/StringToOffsetTable.h