* toplev.c (f_options): Clarify -fschedule-insns2 documentation.
authorRichard Henderson <rth@redhat.com>
Wed, 14 Feb 2001 22:38:58 +0000 (14:38 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 14 Feb 2001 22:38:58 +0000 (14:38 -0800)
From-SVN: r39695

gcc/ChangeLog
gcc/toplev.c

index 49da834ea3ebc075924cd8ae4e741fa8f98b6ebf..5272a7cb235b224212424deb66c3d52710514ff0 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-14  Richard Henderson  <rth@redhat.com>
+
+       * toplev.c (f_options): Clarify -fschedule-insns2 documentation.
+
 Wed Feb 14 11:59:58 CET 2001  Jan Hubicka  <jh@suse.cz>
 
        * i386.h (RETURN_IN_MEMORY): Fix formating; reject TFmodes
index 66c91d43fb12b5c2f4d2ab18525ec2277578fb79..3818998d19f5d9d39e25126e0d3a3bf95176c97d 100644 (file)
@@ -1055,9 +1055,9 @@ lang_independent_options f_options[] =
   {"pretend-float", &flag_pretend_float, 1,
    "Pretend that host and target use the same FP format"},
   {"schedule-insns", &flag_schedule_insns, 1,
-   "Reschedule instructions to avoid pipeline stalls"},
+   "Reschedule instructions before register allocation"},
   {"schedule-insns2", &flag_schedule_insns_after_reload, 1,
-  "Run two passes of the instruction scheduler"},
+   "Reschedule instructions after register allocation"},
   {"sched-interblock",&flag_schedule_interblock, 1,
    "Enable scheduling across basic blocks" },
   {"sched-spec",&flag_schedule_speculative, 1,