aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Compressor.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-29 17:16:07 +0000
committerChris Lattner <sabre@nondot.org>2005-01-29 17:16:07 +0000
commit74a77cd985bfd484b3820c2fe7f0a11fb28d29e7 (patch)
treebd498990f41047361c0595589caf096d5bdbcdbf /lib/Support/Compressor.cpp
parent8c2cb42f08fbb3872a7d0a31236a890c14c9b024 (diff)
There is no reason to include ostream here, include iosfwd instead.
This file was schizophrenic when it came to representing sizes. In some cases it represented them as 'unsigneds', which are not enough for 64-bit hosts. In other cases, it represented them as uint64_t's, which are inefficient for 32-bit hosts. This patch unifies all of the sizes to use size_t instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19917 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Compressor.cpp')
0 files changed, 0 insertions, 0 deletions