gcc/gcc Makefile.in cgraphunit.c tree-inline.c ...

razya@gcc.gnu.org razya@gcc.gnu.org
Sun May 22 10:51:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-profiling-branch
Changes by:	razya@gcc.gnu.org	2005-05-22 10:51:39

Modified files:
	gcc            : Makefile.in cgraphunit.c tree-inline.c 
	                 ChangeLog.profiling 

Log message:
	2005-05-22  Olga Golovanevsky  <olga@il.ibm.com>
	
	* ipa_prop.c: Deleted.
	* ipa_prop.h: Deleted.
	* ipa-prop.c: New file. It contains all ipa_ functions
	that were in ipa_prop.c. They are non-static now.
	* ipa-prop.h: New file, renamed form ipa_prop.h. Declarations
	of all ipa_ functions from ipa-prop.c are added.
	* ipcp.c: Contains all ipcp_ functions that were in ipa_prop.c
	* Makefile.in (ipa-prop.c, ipa-prop.h): Renamed from ipa_prop.c,
	ipa_prop.h.
	(ipcp.o): New target. Added to OBJS-archive.
	(ipcp.c): Added to GTFILES.
	* cgraphunit.c: Includes ipa-prop.h instead of ipa_prop.h
	* tree-inline.c: Similar to cgraphunit.c.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.903.2.179.2.48&r2=1.903.2.179.2.49
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraphunit.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.35.2.54&r2=1.1.4.35.2.55
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.26.2.83.2.51&r2=1.26.2.83.2.52
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.profiling.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.160&r2=1.1.2.161



More information about the Gcc-cvs mailing list