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 | 1619c72a92a88905826c55daa108b84e41cdb691 (patch) | |
tree | 17ee17151f4c0113b977b9ffcc52c97ef41f39f6 /llvm/docs/BytecodeFormat.html | |
parent | 812aa2ba19124ae869ce465bac69aab9a4ff547a (diff) | |
download | bcm5719-llvm-1619c72a92a88905826c55daa108b84e41cdb691.tar.gz bcm5719-llvm-1619c72a92a88905826c55daa108b84e41cdb691.zip |
Fix typo.
llvm-svn: 17623
Diffstat (limited to 'llvm/docs/BytecodeFormat.html')
-rw-r--r-- | llvm/docs/BytecodeFormat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html index 9cb8cb744c2..5b8c1536997 100644 --- a/llvm/docs/BytecodeFormat.html +++ b/llvm/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> <!-- _______________________________________________________________________ --> |