summaryrefslogtreecommitdiff
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-20 09:49:57 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-20 09:49:57 +0000
commit430c3bbdb8329aa2818cf7c67978577177e93bb0 (patch)
tree0ba0038ff5634fecefb4386cd9cd802fd73283d0 /docs/subsystems.rst
parent19c7541d89aa72bff5baa21b960c0a934359ef0f (diff)
downloadllvm-430c3bbdb8329aa2818cf7c67978577177e93bb0.tar.gz
llvm-430c3bbdb8329aa2818cf7c67978577177e93bb0.tar.bz2
llvm-430c3bbdb8329aa2818cf7c67978577177e93bb0.tar.xz
Sphinxify the AliasAnalysis document.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r--docs/subsystems.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index 3a0db7878d..0a96368840 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -3,6 +3,11 @@
Subsystem Documentation
=======================
+.. toctree::
+ :hidden:
+
+ AliasAnalysis
+
* `Writing an LLVM Pass <WritingAnLLVMPass.html>`_
Information on how to write LLVM transformations and analyses.
@@ -22,7 +27,7 @@ Subsystem Documentation
Describes the TableGen tool, which is used heavily by the LLVM code
generator.
- * `Alias Analysis in LLVM <AliasAnalysis.html>`_
+ * :ref:`alias_analysis`
Information on how to write a new alias analysis implementation or how to
use existing analyses.