diff options
author | Chris Lattner <sabre@nondot.org> | 2005-11-06 07:48:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-11-06 07:48:11 +0000 |
commit | 52942b5a326afecb29b2c836a7e809473b11e171 (patch) | |
tree | db585f87d93d655a19772250ccbe04e9a741299d /docs/BytecodeFormat.html | |
parent | 54b369e752d6246bfaa59c85e718e0178d823865 (diff) | |
download | external_llvm-52942b5a326afecb29b2c836a7e809473b11e171.zip external_llvm-52942b5a326afecb29b2c836a7e809473b11e171.tar.gz external_llvm-52942b5a326afecb29b2c836a7e809473b11e171.tar.bz2 |
Minor correction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24220 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r-- | docs/BytecodeFormat.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 7920dd5..3c3bc1d 100644 --- a/docs/BytecodeFormat.html +++ b/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> |