summaryrefslogtreecommitdiffstats
path: root/llvm/docs/BytecodeFormat.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-11-06 07:48:11 +0000
committerChris Lattner <sabre@nondot.org>2005-11-06 07:48:11 +0000
commit9e0781f9a7805ae676bf72b82a64717b3b85f403 (patch)
tree98a2af3024cb1393df312f21591e473aa537f368 /llvm/docs/BytecodeFormat.html
parent05c64d149679ef624552f63a82423f850cb260eb (diff)
downloadbcm5719-llvm-9e0781f9a7805ae676bf72b82a64717b3b85f403.tar.gz
bcm5719-llvm-9e0781f9a7805ae676bf72b82a64717b3b85f403.zip
Minor correction
llvm-svn: 24220
Diffstat (limited to 'llvm/docs/BytecodeFormat.html')
-rw-r--r--llvm/docs/BytecodeFormat.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html
index 7920dd53ece..3c3bc1d60b1 100644
--- a/llvm/docs/BytecodeFormat.html
+++ b/llvm/docs/BytecodeFormat.html
@@ -1102,8 +1102,7 @@ href="#uint32_vbr">uint32_vbr</a> that describes the function.</p>
<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 @@ follows with the following fields:</p>
<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>
OpenPOWER on IntegriCloud