Fix the 3 regressions last night, due to my buggy patch from yesterday.
[oota-llvm.git] / docs / BytecodeFormat.html
index 9cb8cb744c2c91dbda77f3478d3335da5bd98606..a7726c164476c6b3e308e3651efdccb2ba35bca1 100644 (file)
@@ -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>
 <!-- _______________________________________________________________________ -->
@@ -1058,8 +1058,14 @@ href="#uint32_vbr">uint32_vbr</a> that describes the function.</p>
       <th class="td_left"><b>Description</b></th>
     </tr>
     <tr>
-      <td><a href="#bit">bit(0-4)</a></td>
-      <td class="td_left">Reserved for future use.  Currently set to 00001.</td>
+      <td><a href="#bit">bit(0-3)</a></td>
+      <td class="td_left">Reserved for future use.  Currently set to 0001.</td>
+    </tr>
+    <tr>
+      <td><a href="#bit">bit(4)</a></td>
+      <td class="td_left">If this bit is set to 1, the indicated function is
+      external, and there is no <a href="#functiondefs">Function Definiton
+      Block</a> in the bytecode file for the function.</td>
     </tr>
     <tr>
       <td><a href="#bit">bit(5-)</a></td>