From: Richard Henderson Date: Wed, 14 Feb 2001 22:38:58 +0000 (-0800) Subject: * toplev.c (f_options): Clarify -fschedule-insns2 documentation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=121bc96b8a046913e125d89f9dee9879eec086a7;p=gcc.git * toplev.c (f_options): Clarify -fschedule-insns2 documentation. From-SVN: r39695 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 49da834ea3e..5272a7cb235 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-02-14 Richard Henderson + + * toplev.c (f_options): Clarify -fschedule-insns2 documentation. + Wed Feb 14 11:59:58 CET 2001 Jan Hubicka * i386.h (RETURN_IN_MEMORY): Fix formating; reject TFmodes diff --git a/gcc/toplev.c b/gcc/toplev.c index 66c91d43fb1..3818998d19f 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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,