diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-15 18:28:34 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-15 18:28:34 +0000 |
commit | 7bf214d8d097ad5a2a1f2d3fa0c92dce2339b048 (patch) | |
tree | 45a95a5bc3569c001d64fe539b53b07a50b1dab2 | |
parent | 9a40c023ccfe28cbaf4f6b2c92f033f2d6536231 (diff) |
One more @ to remove.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33240 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 41b1f6d5a3..9bd6913715 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -928,7 +928,7 @@ 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 *) * + <td class="left"><tt>float (i16 sext, i32 *) * </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 |