+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
{"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,