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 | a863ccadeb723377cea48c0eb7741903dd56f8b9 (patch) | |
tree | dfb487645af5b6a455047570d2d9e9a5aff4ae72 /llvm/docs | |
parent | 8dec6c27b86f084318e40def06b61f17320eb05b (diff) | |
download | bcm5719-llvm-a863ccadeb723377cea48c0eb7741903dd56f8b9.tar.gz bcm5719-llvm-a863ccadeb723377cea48c0eb7741903dd56f8b9.zip |
Added Passes.html to the documentation list.
llvm-svn: 48736
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index 0d289478b9c..15247ee5750 100644 --- a/llvm/docs/index.html +++ b/llvm/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> |