* opts.c (common_handle_option): Disable -fipa-reference coorectly
with -fuse-profile.
From-SVN: r209462
+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.
/* 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;