diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-24 00:54:03 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-24 00:54:03 +0000 |
commit | 964f02c275f5336736441b5596067da1f0b0dd49 (patch) | |
tree | d7893ff565c41eed4bfc16cf5cbe612454e3bb7d | |
parent | 35b0721b57b91e65354bacff44d08cc535196354 (diff) |
Updated the design guide to be a newer paper on LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9456 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | README.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.txt b/README.txt index 05abadcb6d..67687e87c2 100644 --- a/README.txt +++ b/README.txt @@ -34,8 +34,9 @@ Introductory Literature: LLVM Design: - The LLVM Instruction Set and Compilation Strategy: - http://llvm.cs.uiuc.edu/pubs/2002-08-09-LLVMCompilationStrategy.html + LLVM: A Compilation Framework for Lifelong Program Analysis & + Transformation + http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html LLVM User Guides: |