jump functions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277486
138bc75d-0d04-0410-961f-
82ee72b054a4
+2019-10-27 Jan Hubicka <hubicka@ucw.cz>
+
+ * ipa-prop.c (ipa_propagate_indirect_call_infos): Do not remove
+ jump functions.
+
2019-10-27 Eric Botcazou <ebotcazou@adacore.com>
* cgraph.c (cgraph_node::rtl_info): Fix cut&pasto in comment.
propagate_controlled_uses (cs);
changed = propagate_info_to_inlined_callees (cs, cs->callee, new_edges);
- ipa_edge_args_sum->remove (cs);
return changed;
}