projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beb4cb6
)
disable this for now
author
Chris Lattner
<sabre@nondot.org>
Sun, 6 May 2007 09:31:06 +0000
(09:31 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 6 May 2007 09:31:06 +0000
(09:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36870
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Compressor.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/Compressor.cpp
b/lib/Support/Compressor.cpp
index 990a6b40f38a14b2f35cc1052f1cac8d22aa8374..32602fa6637017a3aae39f27047b2d168faecd57 100644
(file)
--- a/
lib/Support/Compressor.cpp
+++ b/
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