After reading in a bc file, trim the resultant buffer down to what we
authorChris Lattner <sabre@nondot.org>
Sat, 29 Jan 2005 17:05:56 +0000 (17:05 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Jan 2005 17:05:56 +0000 (17:05 +0000)
commit8c2cb42f08fbb3872a7d0a31236a890c14c9b024
treea351316f40ada292fb6c6f744bd373948184dd5a
parent52b8752780c9ebf8f13a069625785a046b726f17
After reading in a bc file, trim the resultant buffer down to what we
really need.  This reduces 4M of memory consumption reading 176.gcc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19916 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Compressor.cpp