[llvm-commits] [llvm] r48736 - /llvm/trunk/docs/index.html
Tanya Lattner
tonic at nondot.org
Mon Mar 24 11:29:32 PDT 2008
Author: tbrethou
Date: Mon Mar 24 13:29:32 2008
New Revision: 48736
URL: http://llvm.org/viewvc/llvm-project?rev=48736&view=rev
Log:
Added Passes.html to the documentation list.
Modified:
llvm/trunk/docs/index.html
Modified: llvm/trunk/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.html?rev=48736&r1=48735&r2=48736&view=diff
==============================================================================
--- llvm/trunk/docs/index.html (original)
+++ llvm/trunk/docs/index.html Mon Mar 24 13:29:32 2008
@@ -92,6 +92,9 @@
<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>
More information about the llvm-commits
mailing list