diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-09 16:18:40 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-09 16:18:40 +0000 |
| commit | 6e8f860fee7ca6306e9b14261b248e4b8b4c9ccc (patch) | |
| tree | 75b1b5cf2880fbafa83263db10e4c2e50c737f43 /llvm/docs/index.html | |
| parent | c8f1d71f1ba225bf239b832ad8714a3231ea4b57 (diff) | |
| download | bcm5719-llvm-6e8f860fee7ca6306e9b14261b248e4b8b4c9ccc.tar.gz bcm5719-llvm-6e8f860fee7ca6306e9b14261b248e4b8b4c9ccc.zip | |
Fix broken link to the 2004 CGO paper.
llvm-svn: 16257
Diffstat (limited to 'llvm/docs/index.html')
| -rw-r--r-- | llvm/docs/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index 8255644249b..5479369c3b0 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -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 |

