r194412 - Improve the documentation (bis) with Arthur and Chandler's comments

Sylvestre Ledru sylvestre at debian.org
Mon Nov 11 11:39:37 PST 2013


Author: sylvestre
Date: Mon Nov 11 13:39:37 2013
New Revision: 194412

URL: http://llvm.org/viewvc/llvm-project?rev=194412&view=rev
Log:
Improve the documentation (bis) with Arthur and Chandler's comments

Modified:
    cfe/trunk/docs/tools/clang.pod

Modified: cfe/trunk/docs/tools/clang.pod
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/tools/clang.pod?rev=194412&r1=194411&r2=194412&view=diff
==============================================================================
--- cfe/trunk/docs/tools/clang.pod (original)
+++ cfe/trunk/docs/tools/clang.pod Mon Nov 11 13:39:37 2013
@@ -304,13 +304,9 @@ Like B<-Os> (and thus B<-O2>), but reduc
 
 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
 





More information about the cfe-commits mailing list