diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index df85d74371b..01492293eef 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -643,7 +643,7 @@ for monitoring and evaluating different implementations.

This section lists the various implementations of the AliasAnalysis interface. With the exception of the -no-aa and -basicaa implementations, all of these chain to other alias analysis implementations.

+href="#chaining">chain to other alias analysis implementations.

diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 981943144e1..69c3603f1fe 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -151,7 +151,7 @@ from the LLVM suite.

-

Consult the Getting Started with LLVM section for +

Consult the Getting Started with LLVM section for detailed information on configuring and compiling LLVM. See Setting Up Your Environment for tips that simplify working with the GCC front end and LLVM tools. Go to Program diff --git a/docs/LangRef.html b/docs/LangRef.html index 5dfc9539c91..b71d3e1e1f2 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1942,7 +1942,7 @@ from the source argument list to the destination argument list.

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_start intrinsic may be +because the llvm.va_start intrinsic may be arbitrarily complex and require memory allocation, for example.