summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-21 15:43:55 +0000
committerChris Lattner <sabre@nondot.org>2003-10-21 15:43:55 +0000
commit2c1bbd8bea465657e04007d60612f81836d24f5c (patch)
tree21c883e78fd2a754c4714758df637c099c88aa3d /docs
parent84a6f39a764069896df61fc2b1bacf69c67fbb3f (diff)
downloadllvm-2c1bbd8bea465657e04007d60612f81836d24f5c.tar.gz
llvm-2c1bbd8bea465657e04007d60612f81836d24f5c.tar.bz2
llvm-2c1bbd8bea465657e04007d60612f81836d24f5c.tar.xz
Hrm, for some reason, my fingers like typing va_begin. Weird
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9329 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index bca8687f71..56d5153a67 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1896,7 +1896,7 @@ body of a variable argument function.<p>
The '<tt>llvm.va_end</tt>' intrinsic destroys <tt>&lt;arglist&gt;</tt> which has
been initialized previously with <tt><a
-href="#i_va_begin">llvm.va_begin</a></tt> or <tt><a
+href="#i_va_start">llvm.va_start</a></tt> or <tt><a
href="#i_va_copy">llvm.va_copy</a></tt>.<p>
<h5>Arguments:</h5>
@@ -1935,7 +1935,7 @@ The argument is the <tt>va_list</tt> to copy.
The '<tt>llvm.va_copy</tt>' intrinsic works just like the <tt>va_copy</tt> macro
available in C. In a target-dependent way, it copies the source
<tt>va_list</tt> element into the returned list. This intrinsic is necessary
-because the <tt><a href="i_va_begin">llvm.va_begin</a></tt> intrinsic may be
+because the <tt><a href="i_va_start">llvm.va_start</a></tt> intrinsic may be
arbitrarily complex and require memory allocation, for example.<p>
@@ -1949,7 +1949,7 @@ arbitrarily complex and require memory allocation, for example.<p>
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Jan 23 15:19:28 CST 2001 -->
<!-- hhmts start -->
-Last modified: Fri Oct 17 18:28:10 CDT 2003
+Last modified: Tue Oct 21 10:43:36 CDT 2003
<!-- hhmts end -->
</font>
</body></html>