One more try on the table formatting.

llvm-svn: 32793
This commit is contained in:
Reid Spencer 2006-12-31 07:20:23 +00:00
parent 58c08716af
commit 655dcc6fce
1 changed files with 2 additions and 1 deletions

View File

@ -942,7 +942,8 @@ Variable argument functions can access their arguments with the <a
<td class="left">function taking an <tt>i32</tt>, returning an <tt>i32</tt>
</td>
</tr><tr class="layout">
<td class="left"><tt>float (i16 @sext, i32 *) *</tt></td>
<td class="left"><tt>float&nbsp;(i16&nbsp;@sext,&nbsp;i32&nbsp;*)&nbsp;*
</tt></td>
<td class="left"><a href="#t_pointer">Pointer</a> to a function that takes
an <tt>i16</tt> that should be sign extended and a
<a href="#t_pointer">pointer</a> to <tt>i32</tt>, returning