From: Chris Lattner Date: Tue, 21 Oct 2003 15:43:55 +0000 (+0000) Subject: Hrm, for some reason, my fingers like typing va_begin. Weird X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2c1bbd8bea465657e04007d60612f81836d24f5c;p=oota-llvm.git 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 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index bca8687f715..56d5153a671 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1896,7 +1896,7 @@ body of a variable argument function.

The 'llvm.va_end' intrinsic destroys <arglist> which has been initialized previously with llvm.va_begin or llvm.va_start or llvm.va_copy.

Arguments:
@@ -1935,7 +1935,7 @@ The argument is the va_list to copy. The 'llvm.va_copy' intrinsic works just like the va_copy macro available in C. In a target-dependent way, it copies the source va_list element into the returned list. This intrinsic is necessary -because the llvm.va_begin intrinsic may be +because the llvm.va_start intrinsic may be arbitrarily complex and require memory allocation, for example.

@@ -1949,7 +1949,7 @@ arbitrarily complex and require memory allocation, for example.

Chris Lattner
-Last modified: Fri Oct 17 18:28:10 CDT 2003 +Last modified: Tue Oct 21 10:43:36 CDT 2003