aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/Writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Bytecode/Writer.h')
-rw-r--r--include/llvm/Bytecode/Writer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Bytecode/Writer.h b/include/llvm/Bytecode/Writer.h
index ae762b4a84..4a6f5f0f41 100644
--- a/include/llvm/Bytecode/Writer.h
+++ b/include/llvm/Bytecode/Writer.h
@@ -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