toplev.c (display_help): Prefix "f" to "sched-verbose=".
authorDavid Edelsohn <edelsohn@gnu.org>
Sat, 15 Apr 2000 22:27:59 +0000 (22:27 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sat, 15 Apr 2000 22:27:59 +0000 (18:27 -0400)
        * toplev.c (display_help): Prefix "f" to "sched-verbose=".
        * haifa-sched.c: Update -fsched-verbose comments to use "=".

From-SVN: r33172

gcc/ChangeLog
gcc/haifa-sched.c
gcc/toplev.c

index b59b15e28126d311a3e73f5111a36dfaec798d4b..e08f5e86493448c19439116bc8ab275cc0f8cd34 100644 (file)
@@ -1,3 +1,8 @@
+2000-04-15  David Edelsohn  <edelsohn@gnu.org>
+
+       * toplev.c (display_help): Prefix "f" to "sched-verbose=".
+       * haifa-sched.c: Update -fsched-verbose comments to use "=".
+
 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * Makefile.in (ggc-page.o): Now includes toplev.h.
index cb046619e47a8bc41902d69c5a0628cbf6e7f0c8..eae94808e95eb414b12b60f8eb62f3c2f5ac8a24 100644 (file)
@@ -197,7 +197,7 @@ static int issue_rate;
 #endif
 
 /* sched-verbose controls the amount of debugging output the
-   scheduler prints.  It is controlled by -fsched-verbose-N:
+   scheduler prints.  It is controlled by -fsched-verbose=N:
    N>0 and no -DSR : the output is directed to stderr.
    N>=10 will direct the printouts to stderr (regardless of -dSR).
    N=1: same as -dSR.
@@ -220,7 +220,7 @@ static int nr_inter, nr_spec;
 static FILE *dump = 0;
 
 /* fix_sched_param() is called from toplev.c upon detection
-   of the -fsched-***-N options.  */
+   of the -fsched-verbose=N option.  */
 
 void
 fix_sched_param (param, val)
@@ -6804,8 +6804,8 @@ schedule_insns (dump_file)
     return;
 
   /* Set dump and sched_verbose for the desired debugging output.  If no
-     dump-file was specified, but -fsched-verbose-N (any N), print to stderr.
-     For -fsched-verbose-N, N>=10, print everything to stderr.  */
+     dump-file was specified, but -fsched-verbose=N (any N), print to stderr.
+     For -fsched-verbose=N, N>=10, print everything to stderr.  */
   sched_verbose = sched_verbose_param;
   if (sched_verbose_param == 0 && dump_file)
     sched_verbose = 1;
index e90f994e734ad00e57947b73994c10bcca9b038d..6d8336d95cd43bd563d3676f1b0608dea7de35ae 100644 (file)
@@ -3749,7 +3749,7 @@ display_help ()
   printf ("  -d[letters]             Enable dumps from specific passes of the compiler\n");
   printf ("  -dumpbase <file>        Base name to be used for dumps from specific passes\n");
 #if defined INSN_SCHEDULING
-  printf ("  -sched-verbose=<number> Set the verbosity level of the scheduler\n");
+  printf ("  -fsched-verbose=<number> Set the verbosity level of the scheduler\n");
 #endif
   printf ("  --help                  Display this information\n");