From 2bab2366a9424beac35f15d9160c5a5b7f321e50 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 17 Jan 2001 20:03:40 +0000 Subject: [PATCH] invoke.texi (Optimize Options): Use `{}' to around @samp argument. * invoke.texi (Optimize Options): Use `{}' to around @samp argument. From-SVN: r39098 --- gcc/ChangeLog | 5 +++++ gcc/invoke.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4f93f1ffe65..bc112bb3535 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-01-17 Tom Tromey + + * invoke.texi (Optimize Options): Use `{}' to around @samp + argument. + 2001-01-17 Aldy Hernandez * invoke.texi (-fno-guess-branch-probability): New option. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 8a7a9222f66..f0c29049dbe 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