[llvm-commits] CVS: llvm/include/llvm/Bytecode/Writer.h
Reid Spencer
reid at x10sys.com
Sat Nov 6 15:17:34 PST 2004
Changes in directory llvm/include/llvm/Bytecode:
Writer.h updated: 1.6 -> 1.7
---
Log message:
Add support for compressed bytecode
---
Diffs of the changes: (+2 -1)
Index: llvm/include/llvm/Bytecode/Writer.h
diff -u llvm/include/llvm/Bytecode/Writer.h:1.6 llvm/include/llvm/Bytecode/Writer.h:1.7
--- llvm/include/llvm/Bytecode/Writer.h:1.6 Thu Jun 24 19:42:23 2004
+++ llvm/include/llvm/Bytecode/Writer.h Sat Nov 6 17:17:22 2004
@@ -28,7 +28,8 @@
namespace llvm {
class Module;
- void WriteBytecodeToFile(const Module *M, std::ostream &Out);
+ void WriteBytecodeToFile(const Module *M, std::ostream &Out,
+ bool compress = false);
} // End llvm namespace
#endif
More information about the llvm-commits
mailing list