docs: Make document name congruent with title.
[oota-llvm.git] / docs / subsystems.rst
index e1bc88e70c8d3ea406431b9409775ca29ee8bad1..03861b4978f8ae9aaec48b923235ac4bc721bd18 100644 (file)
@@ -21,7 +21,7 @@ Subsystem Documentation
    HowToUseInstrMappings
    SystemLibrary
    SourceLevelDebugging
-   Vectorizers 
+   AutoVectorization
    WritingAnLLVMBackend
    GarbageCollection
    WritingAnLLVMPass
@@ -63,7 +63,7 @@ Subsystem Documentation
    This document describes the design and philosophy behind the LLVM
    source-level debugger.
 
-* :doc:`Vectorization in LLVM <Vectorizers>`
+* :doc:`AutoVectorization`
     
    This document describes the current status of vectorization in LLVM.