Commit a8d9d664 by Jan Hubicka Committed by Jan Hubicka

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
parent f514d019
2019-12-07 Jan Hubicka <hubicka@ucw.cz>
* opts.c (common_handle_option): Do not clear ipa_reference for
-fprofile-use.
2019-12-07 Jan Hubicka <hubicka@ucw.cz>
* ipa-split.c (split_function): Preserve 0 tp_first_run.
2019-12-07 Jan Hubicka <hubicka@ucw.cz>
......@@ -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_:
......
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