This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[3.3]


A user noticed that -fbranch-probabilities is documented at the
wrong place. Has already been fixed in 3.4 and HEAD. Ok to checkin?


2004-08-26  Matthias Klose  <doko@debian.org>

	* doc/invoke.texi: Remove duplicate -fbranch-probabilities entry.

--- gcc/doc/invoke.texi~	2004-07-14 06:57:54.000000000 +0200
+++ gcc/doc/invoke.texi	2004-08-26 23:59:15.000000000 +0200
@@ -3901,8 +3901,7 @@
 @option{-fpeephole} is enabled by default.
 @option{-fpeephole2} enabled at levels @option{-O2}, @option{-O3}, @option{-Os}.
 
-@item -fbranch-probabilities
-@itemx -fno-guess-branch-probability
+@item -fno-guess-branch-probability
 @opindex fno-guess-branch-probability
 Do not guess branch probabilities using a randomized model.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]