Sphinxify the AliasAnalysis document.
[oota-llvm.git] / docs / subsystems.rst
index 3a0db7878d9b294fcbd5402e6b8eba9e801e186c..0a963688407341794930d00ff8605deb6c166c79 100644 (file)
@@ -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.