aboutsummaryrefslogtreecommitdiff
path: root/gcc/invoke.texi
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-01-17 20:03:40 +0000
committerTom Tromey <tromey@gcc.gnu.org>2001-01-17 20:03:40 +0000
commit2bab2366a9424beac35f15d9160c5a5b7f321e50 (patch)
treee8afc3b2c2a9d1f4313db2213a3c919edaa08fb1 /gcc/invoke.texi
parent2f6dc9e0cbfa32fa3c9e0c026824f6b8d729bfe2 (diff)
downloadgcc-2bab2366a9424beac35f15d9160c5a5b7f321e50.zip
gcc-2bab2366a9424beac35f15d9160c5a5b7f321e50.tar.gz
gcc-2bab2366a9424beac35f15d9160c5a5b7f321e50.tar.bz2
invoke.texi (Optimize Options): Use `{}' to around @samp argument.
* invoke.texi (Optimize Options): Use `{}' to around @samp argument. From-SVN: r39098
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r--gcc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index 8a7a922..f0c2904 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -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