Skip to content

Commit

Permalink
Remove the confusing sentence.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179085 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
nadavrot committed Apr 9, 2013
1 parent e43e2d8 commit fa335e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/Vectorizers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit fa335e4

Please sign in to comment.