public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable inlining called once
@ 2021-11-27 10:54 Jan Hubicka
  0 siblings, 0 replies; only message in thread
From: Jan Hubicka @ 2021-11-27 10:54 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:67b183fac7b08067fdd3c09abd3efd2691083395

commit 67b183fac7b08067fdd3c09abd3efd2691083395
Author: Jan Hubicka <jh@suse.cz>
Date:   Sat Nov 27 11:38:28 2021 +0100

    Disable inlining called once

Diff:
---
 gcc/opts.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/opts.c b/gcc/opts.c
index b16497e45b3..ad13a5edc3b 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -591,7 +591,6 @@ static const struct default_options default_options_table[] =
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fdse, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fif_conversion, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fif_conversion2, NULL, 1 },
-    { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_finline_functions_called_once, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fmove_loop_invariants, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fmove_loop_stores, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fssa_phiopt, NULL, 1 },


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

only message in thread, other threads:[~2021-11-27 10:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-27 10:54 [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Disable inlining called once Jan Hubicka

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).