gcc/gcc ipcp.c ipa-prop.c ipa-prop.h ChangeLog ...
razya@gcc.gnu.org
razya@gcc.gnu.org
Thu May 26 06:47:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-profiling-branch
Changes by: razya@gcc.gnu.org 2005-05-26 06:47:46
Modified files:
gcc : ipcp.c ipa-prop.c ipa-prop.h
ChangeLog.profiling
Log message:
2005-05-25 Razya Ladelsky <razya@il.ibm.com>
* ipcp.c (ipcp_int2ipcp_int, ipcp_get_int): remove redundant functions.
(ipcp_asm_walk_tree, ipcp_asm_walk_tree_1): Remove redundant function.
(ipa_modify_walk_tree_1): Remove redundant function.
(ipa_modify_walk_tree) : Changed to ipa_method_modify_stmt().
Changed ipcp_method to struct_cgraph_node *
Changed ipcp_callsite to struct_cgraph_edge *
Changed references of cgraph_node aux field to uses of IPA_NODE_REF.
* ipa-prop.h (IPA_NODE_REF, IPA_EDGE_REF): New definitions.
(ipa_method, ipa_callsite) : typedefs removed.
Changed ipcp_method to struct_cgraph_node *
Changed ipcp_callsite to struct_cgraph_edge *
* ipa-prop.c : Changed ipcp_method to struct_cgraph_node *
Changed ipcp_callsite to struct_cgraph_edge *
Changed references of cgraph_edge aux field to uses of IPA_EDGE_REF.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ipcp.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ipa-prop.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ipa-prop.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.1&r2=1.1.2.2
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.162&r2=1.1.2.163
More information about the Gcc-cvs
mailing list