docs: Remove reference to a deprecated flag
authorVedant Kumar <vsk@apple.com>
Tue, 23 Jan 2018 20:22:37 +0000 (20:22 +0000)
committerVedant Kumar <vsk@apple.com>
Tue, 23 Jan 2018 20:22:37 +0000 (20:22 +0000)
llvm-svn: 323254

llvm/docs/Vectorizers.rst

index 92d6200..42e8d02 100644 (file)
@@ -428,12 +428,3 @@ through clang using the command line flag:
 .. code-block:: console
 
    $ clang -fno-slp-vectorize file.c
-
-LLVM has a second basic block vectorization phase
-which is more compile-time intensive (The BB vectorizer). This optimization
-can be enabled through clang using the command line flag:
-
-.. code-block:: console
-
-   $ clang -fslp-vectorize-aggressive file.c
-