aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Bytecode')
-rw-r--r--include/llvm/Bytecode/Writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bytecode/Writer.h b/include/llvm/Bytecode/Writer.h
index 4a6f5f0f41..ad6c7741b5 100644
--- a/include/llvm/Bytecode/Writer.h
+++ b/include/llvm/Bytecode/Writer.h
@@ -29,7 +29,7 @@
namespace llvm {
class Module;
void WriteBytecodeToFile(const Module *M, std::ostream &Out,
- bool compress = false);
+ bool compress = true);
} // End llvm namespace
#endif