Commit 1c58fe29 by Jan Hubicka Committed by Jan Hubicka

opts.c (common_handle_option): Disable -fipa-reference coorectly with -fuse-profile.


	* opts.c (common_handle_option): Disable -fipa-reference coorectly
	with -fuse-profile.

From-SVN: r209462
parent 2d1644bf
2014-04-16 Jan Hubicka <hubicka@ucw.cz>
* opts.c (common_handle_option): Disable -fipa-reference coorectly
with -fuse-profile.
2014-04-16 Jan Hubicka <hubicka@ucw.cz>
* ipa-devirt.c (odr_type_d): Add field all_derivations_known.
(type_all_derivations_known_p): New predicate.
(type_all_ctors_visible_p): New predicate.
......
......@@ -1732,7 +1732,7 @@ common_handle_option (struct gcc_options *opts,
/* FIXME: Instrumentation we insert makes ipa-reference bitmaps
quadratic. Disable the pass until better memory representation
is done. */
if (!opts_set->x_flag_ipa_reference && opts->x_in_lto_p)
if (!opts_set->x_flag_ipa_reference)
opts->x_flag_ipa_reference = false;
break;
......
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