Commit 051d8a5f by Jan Hubicka Committed by Jan Hubicka

ipa-prop.c (ipa_propagate_indirect_call_infos): Do not remove jump functions.

	* ipa-prop.c (ipa_propagate_indirect_call_infos): Do not remove
	jump functions.

From-SVN: r277486
parent ef736163
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.
......@@ -3706,7 +3706,6 @@ ipa_propagate_indirect_call_infos (struct cgraph_edge *cs,
propagate_controlled_uses (cs);
changed = propagate_info_to_inlined_callees (cs, cs->callee, new_edges);
ipa_edge_args_sum->remove (cs);
return changed;
}
......
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