2019-10-30 Martin Jambor <mjambor@suse.cz>
* ipa-prop.c (ipa_compute_jump_functions_for_bb): Fix the call to
ultimate_alias_target.
From-SVN: r277622
+2019-10-30 Martin Jambor <mjambor@suse.cz>
+
+ * ipa-prop.c (ipa_compute_jump_functions_for_bb): Fix the call to
+ ultimate_alias_target.
+
2019-10-30 Richard Biener <rguenther@suse.de>
PR tree-optimization/92275
if (callee)
{
- callee->ultimate_alias_target ();
+ callee = callee->ultimate_alias_target ();
/* We do not need to bother analyzing calls to unknown functions
unless they may become known during lto/whopr. */
if (!callee->definition && !flag_lto)