docs: Remove reference to a deprecated flag

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323254 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vedant Kumar 2018-01-23 20:22:37 +00:00
parent 67a08f2331
commit bfc9a5a17e

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