From 374ab3016e0ac02349daf42be43557f2f03dc2f4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 15 May 2006 17:26:46 +0000 Subject: Update dox, patch by Vladimir Prus! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28306 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-

This example shows how the vanext +

This example shows how the va_arg instruction and the variable argument handling intrinsic functions are used.

-- cgit v1.2.3