summaryrefslogtreecommitdiff
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
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.