docs: Remove reference to a deprecated flag

llvm-svn: 323254
This commit is contained in:
Vedant Kumar 2018-01-23 20:22:37 +00:00
parent 59f16991b0
commit a9ae2fe782
1 changed files with 0 additions and 9 deletions

View 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