Revert r152202 as it's causing internal buildbot failures.
authorChad Rosier <mcrosier@apple.com>
Wed, 7 Mar 2012 17:06:40 +0000 (17:06 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 7 Mar 2012 17:06:40 +0000 (17:06 +0000)
commit3c777947f4fdd94f061f8ac4a118a8db03da88a8
treef2f70e9109ab871457c90d6f2f323202dbb5790f
parenta2da78852b25ef098c91e5923e8edf205c3bf0c7
Revert r152202 as it's causing internal buildbot failures.

Original commit message:
Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect
all 16-bit string table offsets. Also make sure the string to offset table
string is not larger than 65536 characters since larger string literals aren't
portable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152233 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