diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-06 09:31:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-06 09:31:06 +0000 |
commit | 1761e05c5b5b2d20c1e4be488e2f3ea5ee61fcf8 (patch) | |
tree | f96e54418409eba566657c87f438158a36fa8762 /llvm/lib/Support | |
parent | d7a2aee41c260f4c49d0b119c30cfa8a4ba4ec60 (diff) | |
download | bcm5719-llvm-1761e05c5b5b2d20c1e4be488e2f3ea5ee61fcf8.tar.gz bcm5719-llvm-1761e05c5b5b2d20c1e4be488e2f3ea5ee61fcf8.zip |
disable this for now
llvm-svn: 36870
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r-- | llvm/lib/Support/Compressor.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Support/Compressor.cpp b/llvm/lib/Support/Compressor.cpp index 990a6b40f38..32602fa6637 100644 --- a/llvm/lib/Support/Compressor.cpp +++ b/llvm/lib/Support/Compressor.cpp @@ -12,6 +12,7 @@ // //===----------------------------------------------------------------------===// +#if 0 #include "llvm/Config/config.h" #include "llvm/Support/Compressor.h" #include "llvm/ADT/StringExtras.h" @@ -556,3 +557,5 @@ Compressor::decompressToStream(const char*in, size_t size, std::ostream& out, } return zipSize; } + +#endif |