aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2010-02-03 12:36:27 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2010-02-03 12:36:27 +0000
commit4cad6dba074f9325e3bc0c4fa80e7646cb50088a (patch)
tree4e37153ee8a5f7b27eccc8b2bc61df62c1374482 /gcc/doc
parent693ee8cf85c6ea81151a2db2dffe8b9c05af2ddf (diff)
downloadgcc-4cad6dba074f9325e3bc0c4fa80e7646cb50088a.zip
gcc-4cad6dba074f9325e3bc0c4fa80e7646cb50088a.tar.gz
gcc-4cad6dba074f9325e3bc0c4fa80e7646cb50088a.tar.bz2
invoke.texi: Fix name of sched1 dump.
* doc/invoke.texi: Fix name of sched1 dump. * opts.c (decode_options): Set flag_tree_switch_conversion only conditionally on optimize >= 2. * gcse.c: Assorted comment fixes in pass description. From-SVN: r156466
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 07dd762..e6a1367 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -5397,7 +5397,7 @@ On targets that use instruction scheduling, this option controls the
amount of debugging output the scheduler prints. This information is
written to standard error, unless @option{-fdump-rtl-sched1} or
@option{-fdump-rtl-sched2} is specified, in which case it is output
-to the usual dump listing file, @file{.sched} or @file{.sched2}
+to the usual dump listing file, @file{.sched1} or @file{.sched2}
respectively. However for @var{n} greater than nine, the output is
always printed to standard error.