diff mbox series

[doc,committed] clarify default for some options starting with "no-"

Message ID 68366db1-d45e-6029-ebf3-6ff95f901a42@codesourcery.com
State New
Headers show
Series [doc,committed] clarify default for some options starting with "no-" | expand

Commit Message

Sandra Loosemore Nov. 8, 2018, 10:05 p.m. UTC
This patch knocks off another old but trivial documentation bug, PR 
36572.  There are a couple more like this I'm going to squash too.

-Sandra
diff mbox series

Patch

Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi	(revision 265938)
+++ gcc/doc/invoke.texi	(working copy)
@@ -8632,14 +8632,14 @@  Enabled at levels @option{-O2}, @option{
 
 @item -fno-sched-interblock
 @opindex fno-sched-interblock
-Don't schedule instructions across basic blocks.  This is normally
-enabled by default when scheduling before register allocation, i.e.@:
+Disable instruction scheduling across basic blocks, which
+is normally enabled when scheduling before register allocation, i.e.@:
 with @option{-fschedule-insns} or at @option{-O2} or higher.
 
 @item -fno-sched-spec
 @opindex fno-sched-spec
-Don't allow speculative motion of non-load instructions.  This is normally
-enabled by default when scheduling before register allocation, i.e.@:
+Disable speculative motion of non-load instructions, which
+is normally enabled when scheduling before register allocation, i.e.@:
 with @option{-fschedule-insns} or at @option{-O2} or higher.
 
 @item -fsched-pressure