From 8b1dc164449be9e60f8dcfd6b1c512c67d94f01b Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sun, 22 Feb 2004 05:45:02 +0000
Subject: [PATCH] Link to most recent "LLVM document"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11703 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/LLVMVsTheWorld.html | 4 ++--
docs/index.html | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/LLVMVsTheWorld.html b/docs/LLVMVsTheWorld.html
index a69ae20c102..70f15233312 100644
--- a/docs/LLVMVsTheWorld.html
+++ b/docs/LLVMVsTheWorld.html
@@ -60,8 +60,8 @@ machine code to memory. Supports one backend at a time.
LLVM: Supports compilation of C and C++ (with more languages coming soon),
strong SSA-based optimization at compile-time, link-time, run-time, and
off-line, and multiple platform backends with Just-in-Time and ahead-of-time
-compilation frameworks. (See our tech report on Lifelong
+compilation frameworks. (See our document on Lifelong
Code Optimization for more.)
GCC: Many relatively mature platform backends support assembly-language code
diff --git a/docs/index.html b/docs/index.html
index fa37e1c37e9..c01fdbdf1ba 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -120,11 +120,11 @@ LLVM Design Overview:
-
- LLVM : A Compilation Framework for Lifelong Program Analysis
- and Transformation:
+ LLVM: A Compilation Framework for Lifelong Program Analysis
+ & Transformation
-
-
- http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html
+
+ http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html