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 | eae2d9050861d801cfadfa1321ab527d7ad5d916 (patch) | |
tree | 40d8a1317177770bbbed21985600d7da9dbb6452 /llvm | |
parent | 66e978f904a2df27d52bc6f78ebb6062bf5aca93 (diff) | |
download | bcm5719-llvm-eae2d9050861d801cfadfa1321ab527d7ad5d916.tar.gz bcm5719-llvm-eae2d9050861d801cfadfa1321ab527d7ad5d916.zip |
docs: Make document name congruent with title.
Hopefully nobody has linked to it yet...
OK'd by Nadav.
llvm-svn: 170768
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/AutoVectorization.rst (renamed from llvm/docs/Vectorizers.rst) | 0 | ||||
-rw-r--r-- | llvm/docs/subsystems.rst | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/AutoVectorization.rst index 4a85a7ee6db..4a85a7ee6db 100644 --- a/llvm/docs/Vectorizers.rst +++ b/llvm/docs/AutoVectorization.rst diff --git a/llvm/docs/subsystems.rst b/llvm/docs/subsystems.rst index e1bc88e70c8..03861b4978f 100644 --- a/llvm/docs/subsystems.rst +++ b/llvm/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. |