summaryrefslogtreecommitdiff
path: root/docs/tools
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2013-11-11 19:39:37 +0000
committerSylvestre Ledru <sylvestre@debian.org>2013-11-11 19:39:37 +0000
commit3a786dd41a56215c429ee5d6d092d69b26cbb98d (patch)
tree721d191079873afedc6cc5350e94f4c02fc6054f /docs/tools
parent47a2ab904faf4bbf3a97fc7172c549db1c1f3090 (diff)
downloadclang-3a786dd41a56215c429ee5d6d092d69b26cbb98d.tar.gz
Improve the documentation (bis) with Arthur and Chandler's comments
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tools')
-rw-r--r--docs/tools/clang.pod8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod
index 3176f88d72..721844c28e 100644
--- a/docs/tools/clang.pod
+++ b/docs/tools/clang.pod
@@ -304,13 +304,9 @@ Like B<-Os> (and thus B<-O2>), but reduces code size further.
Equivalent to B<-O2>.
-=item B<-O4>
+=item B<-O4> and higher
-Equivalent to B<-O3>.
-
-=item B<-O5> and upper
-
-Fall back on B<-O3>.
+Currently equivalent to B<-O3>
=back