1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

docs: Make document name congruent with title.

Hopefully nobody has linked to it yet...

OK'd by Nadav.

llvm-svn: 170768
This commit is contained in:
Sean Silva 2012-12-20 21:50:41 +00:00
parent 31f5f9fc8c
commit fbf8cf920e
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.