* toplev.c (f_options): Clarify -fschedule-insns2 documentation.

From-SVN: r39695
This commit is contained in:
Richard Henderson 2001-02-14 14:38:58 -08:00 committed by Richard Henderson
parent 04b1a22363
commit 121bc96b8a
2 changed files with 6 additions and 2 deletions

View 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

View 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,