1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Added Passes.html to the documentation list.

llvm-svn: 48736
This commit is contained in:
Tanya Lattner 2008-03-24 18:29:32 +00:00
parent 223760bf3f
commit dfe5ec1f01

View File

@ -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>