summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-31 07:20:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-31 07:20:23 +0000
commitf17a0b7117af9fed21bd2232d50d4fc4c27b5944 (patch)
treecec274a8c8819ad035673829c9402de61f4523dc /docs
parent92f8230f012797461ee2a07a1cacf2eb8aa9ba55 (diff)
downloadllvm-f17a0b7117af9fed21bd2232d50d4fc4c27b5944.tar.gz
llvm-f17a0b7117af9fed21bd2232d50d4fc4c27b5944.tar.bz2
llvm-f17a0b7117af9fed21bd2232d50d4fc4c27b5944.tar.xz
One more try on the table formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index a7f8b1009e..4954113d0d 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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