docs: Make document name congruent with title.

Hopefully nobody has linked to it yet...

OK'd by Nadav.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170768 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Silva 2012-12-20 21:50:41 +00:00
parent 27107f6ab4
commit 55d8a35fb7
2 changed files with 2 additions and 2 deletions

View 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.