aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-21 22:52:48 +0000
committerChris Lattner <sabre@nondot.org>2004-06-21 22:52:48 +0000
commitfcd3725747845f2718b60ac40a0bb97b761fb42e (patch)
treeb7ef20ddb982fcf577fd3fecb524332335bcae4b /docs
parent0280aa9795a528b7a6f6c31b1b95a2ba04e13730 (diff)
downloadexternal_llvm-fcd3725747845f2718b60ac40a0bb97b761fb42e.zip
external_llvm-fcd3725747845f2718b60ac40a0bb97b761fb42e.tar.gz
external_llvm-fcd3725747845f2718b60ac40a0bb97b761fb42e.tar.bz2
Fix some broken links
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14306 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/AliasAnalysis.html2
-rw-r--r--docs/GettingStarted.html2
-rw-r--r--docs/LangRef.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html
index df85d74..0149229 100644
--- a/docs/AliasAnalysis.html
+++ b/docs/AliasAnalysis.html
@@ -643,7 +643,7 @@ for monitoring and evaluating different implementations.</p>
<p>This section lists the various implementations of the <tt>AliasAnalysis</tt>
interface. With the exception of the <a href="#no-aa"><tt>-no-aa</tt></a> and
<a href="#basic-aa"><tt>-basicaa</tt></a> implementations, all of these <a
-href="chaining">chain</a> to other alias analysis implementations.</p>
+href="#chaining">chain</a> to other alias analysis implementations.</p>
</div>
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 9819431..69c3603 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -151,7 +151,7 @@ from the LLVM suite.</p>
</ol>
-<p>Consult the <a href="starting">Getting Started with LLVM</a> section for
+<p>Consult the <a href="#starting">Getting Started with LLVM</a> section for
detailed information on configuring and compiling LLVM. See <a
href="#environment">Setting Up Your Environment</a> for tips that simplify
working with the GCC front end and LLVM tools. Go to <a href="#layout">Program
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 5dfc953..b71d3e1 100644
--- a/docs/LangRef.html
+++ b/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>