factor string table generation out to its own class. This changes
authorChris Lattner <sabre@nondot.org>
Mon, 14 Sep 2009 01:16:36 +0000 (01:16 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Sep 2009 01:16:36 +0000 (01:16 +0000)
commit3200fc9badda8964fac571995bd74a3954977ddc
treeb0959ca2620e9f71b7fd7f80efb13693bac8731f
parentadc3142fdd1142e24b95260e14815b9a4abd0a1f
factor string table generation out to its own class.  This changes
the encoding of the AsmStrs table saving a byte or two.

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