[llvm-commits] CVS: llvm/lib/Support/Compressor.cpp

Chris Lattner sabre at nondot.org
Sun May 6 02:31:25 PDT 2007



Changes in directory llvm/lib/Support:

Compressor.cpp updated: 1.21 -> 1.22
---
Log message:

disable this for now


---
Diffs of the changes:  (+3 -0)

 Compressor.cpp |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/lib/Support/Compressor.cpp
diff -u llvm/lib/Support/Compressor.cpp:1.21 llvm/lib/Support/Compressor.cpp:1.22
--- llvm/lib/Support/Compressor.cpp:1.21	Fri Jul  7 12:00:12 2006
+++ llvm/lib/Support/Compressor.cpp	Sun May  6 04:31:06 2007
@@ -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 @@
   }
   return zipSize;
 }
+
+#endif






More information about the llvm-commits mailing list