summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-04-09 04:48:40 +0000
committerNadav Rotem <nrotem@apple.com>2013-04-09 04:48:40 +0000
commitfa335e40602b4c71888eefad18e7a4d01d9fe18a (patch)
tree183ec0ffdd8cf7db5c600e5d38d527baa66d5924 /docs
parente43e2d8cf0a5a05a1d1ed5abbc2134834a9b06d2 (diff)
downloadllvm-fa335e40602b4c71888eefad18e7a4d01d9fe18a.tar.gz
llvm-fa335e40602b4c71888eefad18e7a4d01d9fe18a.tar.bz2
llvm-fa335e40602b4c71888eefad18e7a4d01d9fe18a.tar.xz
Remove the confusing sentence.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179085 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/Vectorizers.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst
index 2c5604496b..fa0f49c3dd 100644
--- a/docs/Vectorizers.rst
+++ b/docs/Vectorizers.rst
@@ -28,8 +28,6 @@ The vectorizer can be disabled using the command line:
$ 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
^^^^^^^^^^^^^^^^^^