diff options
| author | Sean Silva <silvas@purdue.edu> | 2012-12-20 21:50:41 +0000 |
|---|---|---|
| committer | Sean Silva <silvas@purdue.edu> | 2012-12-20 21:50:41 +0000 |
| commit | 55d8a35fb728f4e686b75151a20c92402a9f29fa (patch) | |
| tree | 750b2e3afcba6c7597fb48a5348d81edc58abef1 | |
| parent | 27107f6ab4627fa38bcacad6757ed6d52910f880 (diff) | |
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
| -rw-r--r-- | docs/AutoVectorization.rst (renamed from docs/Vectorizers.rst) | 0 | ||||
| -rw-r--r-- | docs/subsystems.rst | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Vectorizers.rst b/docs/AutoVectorization.rst index 4a85a7ee6d..4a85a7ee6d 100644 --- a/docs/Vectorizers.rst +++ b/docs/AutoVectorization.rst diff --git a/docs/subsystems.rst b/docs/subsystems.rst index e1bc88e70c..03861b4978 100644 --- a/docs/subsystems.rst +++ b/docs/subsystems.rst @@ -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. |
