Use uint16_t to store indices into string table since C++ only allows 64K string...
authorCraig Topper <craig.topper@gmail.com>
Tue, 6 Mar 2012 06:04:39 +0000 (06:04 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 6 Mar 2012 06:04:39 +0000 (06:04 +0000)
commitf0c094b1155e9316e93b28bfbd3153bc99d1ac95
tree2289bf2d51f42ee272a3d69bd88576c7586ae8d7
parent904a01820c86dd1e2bc7aef2950ed75a2c9c2640
Use uint16_t to store indices into string table since C++ only allows 64K string literals so the index into the big string can never be larger than that.

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