diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-08 09:10:50 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-08 09:10:50 +0000 |
commit | a4213b278317d02b53e7636faba059f47a9eb3ef (patch) | |
tree | b8f230d5789497b803e38c5b03e0fd08224dc448 /docs/BytecodeFormat.html | |
parent | da794e7ab85513ef6abebc35d0f5945c7405b27f (diff) | |
download | external_llvm-a4213b278317d02b53e7636faba059f47a9eb3ef.zip external_llvm-a4213b278317d02b53e7636faba059f47a9eb3ef.tar.gz external_llvm-a4213b278317d02b53e7636faba059f47a9eb3ef.tar.bz2 |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r-- | docs/BytecodeFormat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 9cb8cb7..5b8c153 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -629,7 +629,7 @@ should be interpreted as if it occurred immediately after the 'llvm' signature (i.e. the uncompressed data begins with the <a href="#module">Module Block</a></p> <p><b>NOTE:</b> As of LLVM 1.4, all bytecode files produced by the LLVM tools -are compressed byte default. To disable compression, pass the +are compressed by default. To disable compression, pass the <tt>--disable-compression</tt> option to the tool, if it supports it. </div> <!-- _______________________________________________________________________ --> |