This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r144319 - in /branches/lto/gcc: ChangeLog.lto c...


Author: simonb
Date: Fri Feb 20 12:10:59 2009
New Revision: 144319

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144319
Log:

	* cgraph.h (cgraph_is_clone_node): New function declaration.
	* cgraph.c (cgraph_is_clone_node): Definition.
	* ipa-cp.c (ipcp_ltrans_cloning_candidate_p): New function,
	applies extra candidate check for ltrans.
	(ipcp_cloning_candidate_p): Call it.

	* gcc.dg/lto/20090219_0.c: New.


Added:
    branches/lto/gcc/testsuite/gcc.dg/lto/20090219_0.c
Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/cgraph.c
    branches/lto/gcc/cgraph.h
    branches/lto/gcc/ipa-cp.c
    branches/lto/gcc/testsuite/ChangeLog.lto


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]