[llvm-commits] CVS: llvm/docs/AliasAnalysis.html GettingStarted.html LangRef.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Jun 21 18:01:01 PDT 2004
Changes in directory llvm/docs:
AliasAnalysis.html updated: 1.19 -> 1.20
GettingStarted.html updated: 1.59 -> 1.60
LangRef.html updated: 1.66 -> 1.67
---
Log message:
Fix some broken links
---
Diffs of the changes: (+6 -6)
Index: llvm/docs/AliasAnalysis.html
diff -u llvm/docs/AliasAnalysis.html:1.19 llvm/docs/AliasAnalysis.html:1.20
--- llvm/docs/AliasAnalysis.html:1.19 Sun May 23 16:04:01 2004
+++ llvm/docs/AliasAnalysis.html Mon Jun 21 17:52:48 2004
@@ -643,7 +643,7 @@
<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>
@@ -916,7 +916,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/05/23 21:04:01 $
+ Last modified: $Date: 2004/06/21 22:52:48 $
</address>
</body>
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.59 llvm/docs/GettingStarted.html:1.60
--- llvm/docs/GettingStarted.html:1.59 Fri Jun 18 15:18:31 2004
+++ llvm/docs/GettingStarted.html Mon Jun 21 17:52:48 2004
@@ -151,7 +151,7 @@
</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
@@ -1224,7 +1224,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/06/18 20:18:31 $
+ Last modified: $Date: 2004/06/21 22:52:48 $
</address>
</body>
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.66 llvm/docs/LangRef.html:1.67
--- llvm/docs/LangRef.html:1.66 Tue Jun 15 16:50:12 2004
+++ llvm/docs/LangRef.html Mon Jun 21 17:52:48 2004
@@ -1942,7 +1942,7 @@
<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>
@@ -2591,7 +2591,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/06/15 21:50:12 $
+ Last modified: $Date: 2004/06/21 22:52:48 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list