summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-02 19:24:10 +0000
committerChris Lattner <sabre@nondot.org>2004-06-02 19:24:10 +0000
commit043c4b2d7199065cf89712497edd190f352d75cd (patch)
tree54bd74b4108cb9fe26b920bed5bed85a7fffbbcf /docs/index.html
parent8172d53a8996a2e5cd1a3e06966e040e613cceca (diff)
downloadllvm-043c4b2d7199065cf89712497edd190f352d75cd.tar.gz
llvm-043c4b2d7199065cf89712497edd190f352d75cd.tar.bz2
llvm-043c4b2d7199065cf89712497edd190f352d75cd.tar.xz
Add a link to the code gen document
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 26388bc666..3852303835 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -105,6 +105,7 @@ Instructions</a></li>
<li><a href="ProgrammersManual.html">LLVM Programmers Manual</a></li>
<li><a href="WritingAnLLVMPass.html">Writing an LLVM Pass</a></li>
<li><a href="AliasAnalysis.html">Alias Analysis in LLVM</a></li>
+<li><a href="CodeGenerator.html">The LLVM Target-Independent Code Generator</a></li>
<li><a href="GarbageCollection.html">Accurate Garbage Collection with LLVM</a></li>
<li><a href="SourceLevelDebugging.html">Source Level Debugging with
LLVM</a></li>