Minor correction

llvm-svn: 24220
This commit is contained in:
Chris Lattner 2005-11-06 07:48:11 +00:00
parent 05c64d1496
commit 9e0781f9a7
1 changed files with 6 additions and 3 deletions

View File

@ -1102,8 +1102,7 @@ href="#uint32_vbr">uint32_vbr</a> that describes the function.</p>
<tr> <tr>
<td><a href="#bit">bit(0-3)</a></td> <td><a href="#bit">bit(0-3)</a></td>
<td class="td_left"> <td class="td_left">
Encodes the calling convention number of the function. If this number is Encodes the calling convention number of the function. The
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. CC number of the function is the value of this field minus one.
</td> </td>
</tr> </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> <td class="td_left">The log-base-2 of the alignment for the function.</td>
</tr> </tr>
<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> <td class="td_left">Currently unassigned.</td>
</tr> </tr>
</tbody> </tbody>