projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83296f5
)
Make compression the default on writing.
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 7 Nov 2004 18:18:11 +0000
(18:18 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 7 Nov 2004 18:18:11 +0000
(18:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17577
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Bytecode/Writer.h
patch
|
blob
|
history
diff --git
a/include/llvm/Bytecode/Writer.h
b/include/llvm/Bytecode/Writer.h
index 4a6f5f0f413a9f9beb69ca051c5af21b58b5f1d6..ad6c7741b52b8f33c7543d4cbc78dfda0babc874 100644
(file)
--- 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 =
fals
e);
+ bool compress =
tru
e);
} // End llvm namespace
#endif