Commit d28441a7 by Sandra Loosemore Committed by Sandra Loosemore

re PR other/36572 (Documentation for some options starting with “no-” not clear)

2018-11-08  Sandra Loosemore  <sandra@codesourcery.com>

	PR other/36572

	gcc/
	* doc/invoke.texi (Optimize Options): Clarify default behavior
	for -fno-sched-interblock and -fno-sched-spec.

From-SVN: r265939
parent 2033f45b
2018-11-08 Sandra Loosemore <sandra@codesourcery.com>
PR other/36572
* doc/invoke.texi (Optimize Options): Clarify default behavior
for -fno-sched-interblock and -fno-sched-spec.
2018-11-08 Paul Koning <ni1d@arrl.net> 2018-11-08 Paul Koning <ni1d@arrl.net>
* config/pdp11/constraints.md: Add "Z" series constraints for use * config/pdp11/constraints.md: Add "Z" series constraints for use
...@@ -8632,14 +8632,14 @@ Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}. ...@@ -8632,14 +8632,14 @@ Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}.
@item -fno-sched-interblock @item -fno-sched-interblock
@opindex fno-sched-interblock @opindex fno-sched-interblock
Don't schedule instructions across basic blocks. This is normally Disable instruction scheduling across basic blocks, which
enabled by default when scheduling before register allocation, i.e.@: is normally enabled when scheduling before register allocation, i.e.@:
with @option{-fschedule-insns} or at @option{-O2} or higher. with @option{-fschedule-insns} or at @option{-O2} or higher.
@item -fno-sched-spec @item -fno-sched-spec
@opindex fno-sched-spec @opindex fno-sched-spec
Don't allow speculative motion of non-load instructions. This is normally Disable speculative motion of non-load instructions, which
enabled by default when scheduling before register allocation, i.e.@: is normally enabled when scheduling before register allocation, i.e.@:
with @option{-fschedule-insns} or at @option{-O2} or higher. with @option{-fschedule-insns} or at @option{-O2} or higher.
@item -fsched-pressure @item -fsched-pressure
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment