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

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 4 09:33:38 PDT 2004



Changes in directory llvm/lib/Support:

Compressor.cpp updated: 1.1 -> 1.2
---
Log message:

Fix build if not HAVE_BZIP2


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Support/Compressor.cpp
diff -u llvm/lib/Support/Compressor.cpp:1.1 llvm/lib/Support/Compressor.cpp:1.2
--- llvm/lib/Support/Compressor.cpp:1.1	Mon Oct  4 05:49:41 2004
+++ llvm/lib/Support/Compressor.cpp	Mon Oct  4 11:33:25 2004
@@ -455,8 +455,8 @@
         bzdata.total_out_lo32;
       BZ2_bzDecompressEnd(&bzdata);
       break;
-    }
 #endif
+    }
 
     case COMP_TYPE_ZLIB: {
 #if !defined(HAVE_ZLIB)






More information about the llvm-commits mailing list