From 20b7bda6927a83e7a1e46548ef11daac42928736 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Mon, 24 Mar 2008 18:29:32 +0000 Subject: [PATCH] Added Passes.html to the documentation list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48736 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.html | 3 +++ 1 file changed, 3 insertions(+) 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.