r197054 - in /trunk/gcc: ChangeLog ipa-cp.c tes...

jamborm@gcc.gnu.org jamborm@gcc.gnu.org
Mon Mar 25 16:42:00 GMT 2013


Author: jamborm
Date: Mon Mar 25 16:42:41 2013
New Revision: 197054

URL: http://gcc.gnu.org/viewcvs?rev=197054&root=gcc&view=rev
Log:
2013-03-25  Martin Jambor  <mjambor@suse.cz>

	* ipa-cp.c (ipa_get_indirect_edge_target): Renamed to
	ipa_get_indirect_edge_target_1, added parameter agg_reps and ability to
	process it.
	(ipa_get_indirect_edge_target): New function.
	(devirtualization_time_bonus): New parameter known_aggs, pass it to
	ipa_get_indirect_edge_target.  Update all callers.
	(ipcp_discover_new_direct_edges): New parameter aggvals.  Pass it to
	ipa_get_indirect_edge_target_1 instead of calling
	ipa_get_indirect_edge_target.
	(create_specialized_node): Pass aggvlas to
	ipcp_discover_new_direct_edges.

testsuite/
	* gcc.dg/ipa/ipcp-agg-9.c: New test.


Added:
    trunk/gcc/testsuite/gcc.dg/ipa/ipcp-agg-9.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-cp.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list