Commit 37e87712 by Segher Boessenkool Committed by Segher Boessenkool

Fix -fsplit-paths documentation

It is enabled at -O3, but the doc currently says -O2.  This fixes it.


	* doc/invoke.texi (-fsplit-paths): This is enabled by default at -O3.

From-SVN: r268170
parent 1b20e079
2019-01-22 Segher Boessenkool <segher@kernel.crashing.org>
* doc/invoke.texi (-fsplit-paths): This is enabled by default at -O3.
2019-01-22 Jakub Jelinek <jakub@redhat.com> 2019-01-22 Jakub Jelinek <jakub@redhat.com>
PR target/88965 PR target/88965
......
...@@ -9746,7 +9746,7 @@ enabled. ...@@ -9746,7 +9746,7 @@ enabled.
@opindex fsplit-paths @opindex fsplit-paths
Split paths leading to loop backedges. This can improve dead code Split paths leading to loop backedges. This can improve dead code
elimination and common subexpression elimination. This is enabled by elimination and common subexpression elimination. This is enabled by
default at @option{-O2} and above. default at @option{-O3} and above.
@item -fsplit-ivs-in-unroller @item -fsplit-ivs-in-unroller
@opindex fsplit-ivs-in-unroller @opindex fsplit-ivs-in-unroller
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