implement the 'string constant' optimization. This shrinks kc.bit from
authorChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 00:35:24 +0000 (00:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 00:35:24 +0000 (00:35 +0000)
commitff7fc5dabef6931e7d23ee0613aa60e1d09dfbb0
tree165c552417676e3b6ad51b6eecb27e089668cfac
parentabfbf85004b2114ee33e05fc9efe3a7bd044e402
implement the 'string constant' optimization.  This shrinks kc.bit from
2878544 to 2815788

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36818 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/LLVMBitCodes.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp