diff options
author | Tanya Lattner <tonic@nondot.org> | 2008-03-24 18:29:32 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2008-03-24 18:29:32 +0000 |
commit | 79e6c77c1019cff74a514eeafb1a53a79a73ccfa (patch) | |
tree | 7c8b5ef7255c288e411f035663310a3765416379 | |
parent | 6dddba29d565992f9ea1515053476d0a4c009fe0 (diff) | |
download | external_llvm-79e6c77c1019cff74a514eeafb1a53a79a73ccfa.zip external_llvm-79e6c77c1019cff74a514eeafb1a53a79a73ccfa.tar.gz external_llvm-79e6c77c1019cff74a514eeafb1a53a79a73ccfa.tar.bz2 |
Added Passes.html to the documentation list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48736 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 0d28947..15247ee 100644 --- a/docs/index.html +++ b/docs/index.html @@ -92,6 +92,9 @@ Current tools: <a href="/cmds/llvm-bcanalyzer.html">llvm-bcanalyzer</a>, </li> +<li><a href="Passes.html">LLVM's Analysis and Transform Passes</a> - A list of +optimizations and analyses implemented in LLVM.</li> + <li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common questions and problems and their solutions.</li> |