DOC: fix the url format.
authorNadav Rotem <nrotem@apple.com>
Wed, 19 Dec 2012 08:43:05 +0000 (08:43 +0000)
committerNadav Rotem <nrotem@apple.com>
Wed, 19 Dec 2012 08:43:05 +0000 (08:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170513 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Vectorizers.rst

index b60e46dbca0b9be92ad1fb211d8b1a9e968bee20..84fef67845ad523833aadeeff603def03257171c 100644 (file)
@@ -192,9 +192,9 @@ Performance
 ^^^^^^^^^^^
 
 This section shows the the execution time of Clang on a simple benchmark: 
-`gcc-loops <http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Vectorizer/>`._
+`gcc-loops <http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Vectorizer/>`_.
 This benchmarks is a collection of loops from the GCC autovectorization 
-`page <http://gcc.gnu.org/projects/tree-ssa/vectorization.html>` by Dorit Nuzman._
+`page <http://gcc.gnu.org/projects/tree-ssa/vectorization.html>`_ by Dorit Nuzman._
 
 The chart below compares GCC-4.7, ICC-13, and Clang-SVN at -O3, running on a Sandybridge.
 The Y-axis shows time in msec. Lower is better.