Commit 2bab2366 by Tom Tromey Committed by Tom Tromey

invoke.texi (Optimize Options): Use `{}' to around @samp argument.

	* invoke.texi (Optimize Options): Use `{}' to around @samp
	argument.

From-SVN: r39098
parent 2f6dc9e0
2001-01-17 Tom Tromey <tromey@redhat.com>
* invoke.texi (Optimize Options): Use `{}' to around @samp
argument.
2001-01-17 Aldy Hernandez <aldyh@redhat.com>
* invoke.texi (-fno-guess-branch-probability): New option.
......
......@@ -3127,7 +3127,7 @@ exactly determine which path is taken more often.
@item -fno-guess-branch-probability
Sometimes gcc will opt to guess branch probabilities when none are
available from either profile directed feedback (@samp{-fprofile-arcs})
or @samp(__builtin_expect). In a hard real-time system, people don't
or @samp{__builtin_expect}. In a hard real-time system, people don't
want different runs of the compiler to produce code that has different
behavior; minimizing non-determinism is of paramount import. This
switch allows users to reduce non-determinism, possibly at the expense
......
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