From 4cad6dba074f9325e3bc0c4fa80e7646cb50088a Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Wed, 3 Feb 2010 12:36:27 +0000 Subject: 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 --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc') 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. -- cgit v1.1