[llvm-commits] CVS: llvm/docs/BytecodeFormat.html

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 5 23:48:23 PST 2005



Changes in directory llvm/docs:

BytecodeFormat.html updated: 1.46 -> 1.47
---
Log message:

Minor correction


---
Diffs of the changes:  (+7 -4)

 BytecodeFormat.html |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)


Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.46 llvm/docs/BytecodeFormat.html:1.47
--- llvm/docs/BytecodeFormat.html:1.46	Sun Nov  6 01:20:25 2005
+++ llvm/docs/BytecodeFormat.html	Sun Nov  6 01:48:11 2005
@@ -1102,8 +1102,7 @@
     <tr>
       <td><a href="#bit">bit(0-3)</a></td>
       <td class="td_left">
-      Encodes the calling convention number of the function.  If this number is
-      zero, this field is followed by a vbr indicating the CC#.  Otherwise, the
+      Encodes the calling convention number of the function. The
       CC number of the function is the value of this field minus one.
       </td>
     </tr>
@@ -1138,7 +1137,11 @@
       <td class="td_left">The log-base-2 of the alignment for the function.</td>
     </tr>
     <tr>
-      <td><a href="#bit">bit(5-31)</a></td>
+      <td><a href="#bit">bit(5-9)</a></td>
+      <td class="td_left">The top nibble of the calling convention.</td>
+    </tr>
+    <tr>
+      <td><a href="#bit">bit(10-31)</a></td>
       <td class="td_left">Currently unassigned.</td>
     </tr>
   </tbody>
@@ -2043,7 +2046,7 @@
 <a href="mailto:rspencer at x10sys.com">Reid Spencer</a> and <a
  href="mailto:sabre at nondot.org">Chris Lattner</a><br>
 <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2005/11/06 07:20:25 $
+Last modified: $Date: 2005/11/06 07:48:11 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list