Commit 9277bbca by Gerald Pfeifer Committed by Gerald Pfeifer

* doc/invoke.texi (Optimize Options): Fix markup in two cases.

From-SVN: r214409
parent 37c5f877
2014-08-24 Gerald Pfeifer <gerald@pfeifer.com>
* doc/invoke.texi (Optimize Options): Fix markup in two cases.
2014-08-24 Oleg Endo <olegendo@gcc.gnu.org> 2014-08-24 Oleg Endo <olegendo@gcc.gnu.org>
PR target/61996 PR target/61996
......
...@@ -7232,7 +7232,7 @@ Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}. ...@@ -7232,7 +7232,7 @@ Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}.
@opindex foptimize-strlen @opindex foptimize-strlen
Optimize various standard C string functions (e.g. @code{strlen}, Optimize various standard C string functions (e.g. @code{strlen},
@code{strchr} or @code{strcpy}) and @code{strchr} or @code{strcpy}) and
their _FORTIFY_SOURCE counterparts into faster alternatives. their @code{_FORTIFY_SOURCE} counterparts into faster alternatives.
Enabled at levels @option{-O2}, @option{-O3}. Enabled at levels @option{-O2}, @option{-O3}.
...@@ -7401,7 +7401,7 @@ register, compare it against zero, then branch based upon the result. ...@@ -7401,7 +7401,7 @@ register, compare it against zero, then branch based upon the result.
This option is only meaningful on architectures that support such This option is only meaningful on architectures that support such
instructions, which include x86, PowerPC, IA-64 and S/390. instructions, which include x86, PowerPC, IA-64 and S/390.
Enabled by default at -O1 and higher. Enabled by default at @option{-O1} and higher.
The default is @option{-fbranch-count-reg}. The default is @option{-fbranch-count-reg}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment