public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Revert "Disable modref"
@ 2020-10-10 19:49 Jan Hubicka
  0 siblings, 0 replies; only message in thread
From: Jan Hubicka @ 2020-10-10 19:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6c405d6ddb2213cec01e25954b254a7c0d7fa75d

commit 6c405d6ddb2213cec01e25954b254a7c0d7fa75d
Author: Jan Hubicka <jh@suse.cz>
Date:   Sat Oct 10 21:46:22 2020 +0200

    Revert "Disable modref"
    
    This reverts commit 2825609706e8b155e46e216355776403ea1f5035.

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

diff --git a/gcc/opts.c b/gcc/opts.c
index 1095e6d76b8..3bda59afced 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -466,7 +466,7 @@ static const struct default_options default_options_table[] =
     { 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_fssa_phiopt, NULL, 1 },
-    /*{ OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },*/
+    { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fipa_modref, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_bit_ccp, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_dse, NULL, 1 },
     { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_ftree_pta, NULL, 1 },


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

only message in thread, other threads:[~2020-10-10 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-10 19:49 [gcc(refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2)] Revert "Disable modref" 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).