minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
[oota-llvm.git] / include / llvm / Bytecode / Writer.h
index c87cc92848336368b695bdb3ca165486619c3aa3..d18d82cfc337f205ddc7fc78cffc1aeba0e7a1d0 100644 (file)
@@ -23,7 +23,7 @@ namespace llvm {
   /// stream.  If compress is set to true, try to use compression when writing
   /// out the file.  This can never fail if M is a well-formed module.
   void WriteBytecodeToFile(const Module *M, OStream &Out,
-                           bool compress = true);
+                           bool compress = false);
 } // End llvm namespace
 
 #endif