Make this work on systems where size_t == unsigned and where they are not
authorTanya Lattner <tonic@nondot.org>
Sat, 29 Jan 2005 23:29:55 +0000 (23:29 +0000)
committerTanya Lattner <tonic@nondot.org>
Sat, 29 Jan 2005 23:29:55 +0000 (23:29 +0000)
commit5c3fa1ec79b3e37e364641a995e08e0ddd933372
tree34c8105edb2013d41ea677f0adbcbdeef0c5ca0f
parent445cdd3aad9dd5161f693b78480499f6bd8219ec
Make this work on systems where size_t == unsigned and where they are not
the same.

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