aboutsummaryrefslogtreecommitdiff
path: root/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
commitbad10eebbe00e6fd72fb4f34daecf28dac6791e6 (patch)
tree1521665d4722836ea7db9df48571f8d479e52fea /docs/BytecodeFormat.html
parent3f6948d686209ddfeb0808688b48a85101eeb1a6 (diff)
document calling convention extensions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21753 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r--docs/BytecodeFormat.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index a7726c1644..5d5d55fec2 100644
--- a/docs/BytecodeFormat.html
+++ b/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>