mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 02:20:39 +08:00
* toplev.c (f_options): Clarify -fschedule-insns2 documentation.
From-SVN: r39695
This commit is contained in:
parent
04b1a22363
commit
121bc96b8a
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user