public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][OBVIOUS] docs: Mention that -fgcse-after-reload is enabled with -O3.
@ 2021-06-01 12:18 Martin Liška
  0 siblings, 0 replies; only message in thread
From: Martin Liška @ 2021-06-01 12:18 UTC (permalink / raw)
  To: gcc-patches

Pushed as obvious where I verified that it's really enabled with -O3.

Martin

gcc/ChangeLog:

	PR other/100826
	* doc/invoke.texi: Mention that -fgcse-after-reload
	is enabled with -O3.
---
  gcc/doc/invoke.texi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 5cd4e2d993c..08c3206b719 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -10708,7 +10708,7 @@ When @option{-fgcse-after-reload} is enabled, a redundant load elimination
  pass is performed after reload.  The purpose of this pass is to clean up
  redundant spilling.
  
-Enabled by @option{-fprofile-use} and @option{-fauto-profile}.
+Enabled by @option{-O3}, @option{-fprofile-use} and @option{-fauto-profile}.
  
  @item -faggressive-loop-optimizations
  @opindex faggressive-loop-optimizations
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-01 12:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 12:18 [PATCH][OBVIOUS] docs: Mention that -fgcse-after-reload is enabled with -O3 Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).