summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-15 17:26:46 +0000
committerChris Lattner <sabre@nondot.org>2006-05-15 17:26:46 +0000
commit374ab3016e0ac02349daf42be43557f2f03dc2f4 (patch)
treefdce77156b5f19c0086e6d7a8bdab5ee2da337d1 /docs
parent6460becced5303637bb00d342f168710abde7134 (diff)
downloadllvm-374ab3016e0ac02349daf42be43557f2f03dc2f4.tar.gz
llvm-374ab3016e0ac02349daf42be43557f2f03dc2f4.tar.bz2
llvm-374ab3016e0ac02349daf42be43557f2f03dc2f4.tar.xz
Update dox, patch by Vladimir Prus!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28306 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 8ba8b164b5..a5a490e325 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2862,7 +2862,7 @@ language reference manual does not define what this type is, so all
transformations should be prepared to handle intrinsics with any type
used.</p>
-<p>This example shows how the <a href="#i_vanext"><tt>vanext</tt></a>
+<p>This example shows how the <a href="#i_va_arg"><tt>va_arg</tt></a>
instruction and the variable argument handling intrinsic functions are
used.</p>