[llvm] r179085 - Remove the confusing sentence.
Nadav Rotem
nrotem at apple.com
Mon Apr 8 21:48:40 PDT 2013
Author: nadav
Date: Mon Apr 8 23:48:40 2013
New Revision: 179085
URL: http://llvm.org/viewvc/llvm-project?rev=179085&view=rev
Log:
Remove the confusing sentence.
Modified:
llvm/trunk/docs/Vectorizers.rst
Modified: llvm/trunk/docs/Vectorizers.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Vectorizers.rst?rev=179085&r1=179084&r2=179085&view=diff
==============================================================================
--- llvm/trunk/docs/Vectorizers.rst (original)
+++ llvm/trunk/docs/Vectorizers.rst Mon Apr 8 23:48:40 2013
@@ -28,8 +28,6 @@ The vectorizer can be disabled using the
$ clang ... -fno-vectorize file.c
-At this point the loop vectorizer is only enabled for -O3, and will not work for -O2 or -Os.
-
Command line flags
^^^^^^^^^^^^^^^^^^
More information about the llvm-commits
mailing list