Fix broken link to the 2004 CGO paper.

llvm-svn: 16257
This commit is contained in:
Misha Brukman 2004-09-09 16:18:40 +00:00
parent c8f1d71f1b
commit 6e8f860fee
1 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,10 @@
<!--=======================================================================-->
<ul>
<li><a href="pubs/2004-01-30-CGO-LLVM.html"> LLVM: A Compilation Framework for
Lifelong Program Analysis &amp; 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 &amp; 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