summaryrefslogtreecommitdiffstats
path: root/llvm/docs/BytecodeFormat.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-05-06 22:57:40 +0000
committerChris Lattner <sabre@nondot.org>2005-05-06 22:57:40 +0000
commit0132affa894e6e1c6d024ad0b3b38ca77b163eec (patch)
tree920ef404520a78e2d295328b71f7e2a4d17a6612 /llvm/docs/BytecodeFormat.html
parent9bbe58628bbf401cb8483b05948a138fbc7f2e9f (diff)
downloadbcm5719-llvm-0132affa894e6e1c6d024ad0b3b38ca77b163eec.tar.gz
bcm5719-llvm-0132affa894e6e1c6d024ad0b3b38ca77b163eec.zip
document calling convention extensions
llvm-svn: 21753
Diffstat (limited to 'llvm/docs/BytecodeFormat.html')
-rw-r--r--llvm/docs/BytecodeFormat.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html
index a7726c16447..5d5d55fec29 100644
--- a/llvm/docs/BytecodeFormat.html
+++ b/llvm/docs/BytecodeFormat.html
@@ -1059,7 +1059,11 @@ href="#uint32_vbr">uint32_vbr</a> that describes the function.</p>
</tr>
<tr>
<td><a href="#bit">bit(0-3)</a></td>
- <td class="td_left">Reserved for future use. Currently set to 0001.</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
+ CC number of the function is the value of this field minus one.
+ </td>
</tr>
<tr>
<td><a href="#bit">bit(4)</a></td>
OpenPOWER on IntegriCloud