re PR other/11280 (Manual incorrect WRT -freorder-blocks)
authorJerry Quinn <jlquinn@optonline.net>
Wed, 25 Jun 2003 08:24:52 +0000 (08:24 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 25 Jun 2003 08:24:52 +0000 (08:24 +0000)
PR other/11280
* gcc/doc/invoke.texi (Optimization Options): Remove -Os from
-freorder-functions description.

From-SVN: r68470

gcc/ChangeLog
gcc/doc/invoke.texi

index 16bf83786ace68b18029fc32370b197e7ac12ddc..db752b2ef73ece6d105070552e8de492d26942e3 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-24  Jerry Quinn  <jlquinn@optonline.net>
+
+       PR other/11280
+       * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
+       -freorder-functions description.
+
 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
 
        * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
index 1ed4424c150d604880355f9c39eda2eedcbebdd5..fb85612d1802f285fc39c0a237ec849008ff8486 100644 (file)
@@ -4046,7 +4046,7 @@ The default is @option{-fguess-branch-probability} at levels
 Reorder basic blocks in the compiled function in order to reduce number of
 taken branches and improve code locality.
 
-Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}.
+Enabled at levels @option{-O2}, @option{-O3}.
 
 @item -freorder-functions
 @opindex freorder-functions