docs: Convert GarbageCollection.html to reST
[oota-llvm.git] / docs / subsystems.rst
index f863d1fc6df9c2ba89bfdbcfebcd13384560e727..275955be6ea1d940c8cb422a60ca54fabdb943b6 100644 (file)
@@ -22,6 +22,7 @@ Subsystem Documentation
    SystemLibrary
    SourceLevelDebugging
    WritingAnLLVMBackend
+   GarbageCollection
 
 .. FIXME: once LangRef is Sphinxified, HowToUseInstrMappings should be put
    under LangRef's toctree instead of this page's toctree.
@@ -49,9 +50,9 @@ Subsystem Documentation
     
    Information on how to write a new alias analysis implementation or how to
    use existing analyses.
-    
-* `Accurate Garbage Collection with LLVM <GarbageCollection.html>`_
-    
+
+* :doc:`GarbageCollection`
+
    The interfaces source-language compilers should use for compiling GC'd
    programs.