revert an accidental commit.
authorNadav Rotem <nrotem@apple.com>
Wed, 26 Dec 2012 06:16:03 +0000 (06:16 +0000)
committerNadav Rotem <nrotem@apple.com>
Wed, 26 Dec 2012 06:16:03 +0000 (06:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171098 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Vectorizers.rst

index 0d5e349e60d1300748a78850008e2c95a2e4bfe0..3410f183781a492c408d29d6ca24829265f9ad7a 100644 (file)
@@ -183,18 +183,6 @@ vectorization is profitable.
       A[i] += 4 * B[i];
   }
 
-
-Vectorization of Special Idioms
--------------------------------
-
-The Loop Vectorizer can detect and vectorize  
-
-.. code-block:: c++
-
-  for ( k=1 ; k<n ; k++ ) {
-    x[k] = x[k-1] + y[k];
-  }
-
 Vectorization of function calls
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^