diff options
author | Nadav Rotem <nrotem@apple.com> | 2013-04-09 04:48:40 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2013-04-09 04:48:40 +0000 |
commit | 757aec9507d97685dfea9649b2b4392b061b55e7 (patch) | |
tree | d070cd8704fe880006f4697adc4233da9f1d24c2 /llvm/docs | |
parent | 7b7585d1530907369919adf0a9257e2149286b64 (diff) | |
download | bcm5719-llvm-757aec9507d97685dfea9649b2b4392b061b55e7.tar.gz bcm5719-llvm-757aec9507d97685dfea9649b2b4392b061b55e7.zip |
Remove the confusing sentence.
llvm-svn: 179085
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/Vectorizers.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst index 2c5604496b3..fa0f49c3ddf 100644 --- a/llvm/docs/Vectorizers.rst +++ b/llvm/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 ^^^^^^^^^^^^^^^^^^ |