summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Support/Compressor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Compressor.cpp b/llvm/lib/Support/Compressor.cpp
index 972a85d11be..d9398859456 100644
--- a/llvm/lib/Support/Compressor.cpp
+++ b/llvm/lib/Support/Compressor.cpp
@@ -455,8 +455,8 @@ uint64_t Compressor::decompress(char *in, unsigned size,
bzdata.total_out_lo32;
BZ2_bzDecompressEnd(&bzdata);
break;
- }
#endif
+ }
case COMP_TYPE_ZLIB: {
#if !defined(HAVE_ZLIB)
OpenPOWER on IntegriCloud