From: Jan Hubicka Date: Sun, 8 Dec 2019 17:00:42 +0000 (+0100) Subject: opts.c (common_handle_option): Do not clear ipa_reference for -fprofile-use. X-Git-Tag: misc/cutover-git~664 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8d9d6649e621e6e0d0887bd7f5a6069cb9cfa72;p=thirdparty%2Fgcc.git opts.c (common_handle_option): Do not clear ipa_reference for -fprofile-use. * opts.c (common_handle_option): Do not clear ipa_reference for -fprofile-use. From-SVN: r279092 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 416e7d6f5434..2b6558a12e62 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-12-07 Jan Hubicka + + * opts.c (common_handle_option): Do not clear ipa_reference for + -fprofile-use. + 2019-12-07 Jan Hubicka * ipa-split.c (split_function): Preserve 0 tp_first_run. diff --git a/gcc/opts.c b/gcc/opts.c index 3c53fbe1baa6..3ddad551e6fc 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -2550,10 +2550,6 @@ common_handle_option (struct gcc_options *opts, SET_OPTION_IF_UNSET (opts, opts_set, flag_profile_values, value); SET_OPTION_IF_UNSET (opts, opts_set, flag_inline_functions, value); SET_OPTION_IF_UNSET (opts, opts_set, flag_ipa_bit_cp, value); - /* FIXME: Instrumentation we insert makes ipa-reference bitmaps - quadratic. Disable the pass until better memory representation - is done. */ - SET_OPTION_IF_UNSET (opts, opts_set, flag_ipa_reference, false); break; case OPT_fpatchable_function_entry_: