From: Tanya Lattner Date: Mon, 24 Mar 2008 18:29:32 +0000 (+0000) Subject: Added Passes.html to the documentation list. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=20b7bda6927a83e7a1e46548ef11daac42928736;p=oota-llvm.git Added Passes.html to the documentation list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48736 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.html b/docs/index.html index 0d289478b9c..15247ee5750 100644 --- a/docs/index.html +++ b/docs/index.html @@ -92,6 +92,9 @@ Current tools: llvm-bcanalyzer, +
  • LLVM's Analysis and Transform Passes - A list of +optimizations and analyses implemented in LLVM.
  • +
  • Frequently Asked Questions - A list of common questions and problems and their solutions.