From: Nadav Rotem Date: Wed, 26 Dec 2012 06:16:03 +0000 (+0000) Subject: revert an accidental commit. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1d2436b5f1a9402d6cdc42ae40516c5aad98d40;p=platform%2Fupstream%2Fllvm.git revert an accidental commit. llvm-svn: 171098 --- diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst index 0d5e349..3410f18 100644 --- a/llvm/docs/Vectorizers.rst +++ b/llvm/docs/Vectorizers.rst @@ -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