diff options
Diffstat (limited to 'llvm/docs/LangRef.html')
| -rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 5dfc9539c91..b71d3e1e1f2 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -1942,7 +1942,7 @@ from the source argument list to the destination argument list.</p> <p>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_start">llvm.va_start</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> </div> |

