[llvm-commits] CVS: llvm/docs/index.html
Misha Brukman
brukman at cs.uiuc.edu
Thu Sep 9 09:18:51 PDT 2004
Changes in directory llvm/docs:
index.html updated: 1.29 -> 1.30
---
Log message:
Fix broken link to the 2004 CGO paper.
---
Diffs of the changes: (+5 -5)
Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.29 llvm/docs/index.html:1.30
--- llvm/docs/index.html:1.29 Mon Sep 6 18:00:01 2004
+++ llvm/docs/index.html Thu Sep 9 11:18:40 2004
@@ -28,10 +28,10 @@
<!--=======================================================================-->
<ul>
-<li><a href="pubs/2004-01-30-CGO-LLVM.html"> LLVM: A Compilation Framework for
-Lifelong Program Analysis & Transformation</a>: - Describes
-the LLVM instruction set and compilation strategy. This should be the first
-document you read to get an overview of LLVM.</li>
+<li><a href="http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html">LLVM: A
+Compilation Framework for Lifelong Program Analysis & Transformation</a>: -
+Describes the LLVM instruction set and compilation strategy. This should be the
+first document you read to get an overview of LLVM.</li>
<li><a href="LangRef.html">LLVM Reference Manual</a> - Defines the LLVM
intermediate representation, the assembly form of the different nodes, and
@@ -205,6 +205,6 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/09/06 23:00:01 $
+ Last modified: $Date: 2004/09/09 16:18:40 $
</address>
More information about the llvm-commits
mailing list