]> gcc.gnu.org Git - gcc.git/commit - gcc/gimple.cc
tree.c (build_function_type_skip_args, [...]): New functions.
authorJan Hubicka <jh@suse.cz>
Fri, 29 Aug 2008 11:31:40 +0000 (13:31 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 29 Aug 2008 11:31:40 +0000 (11:31 +0000)
commitc6f7cfc15e7480f86aa3e4d407932f38fd635c89
treed057c22936747f4672fd349b48d59df2628ab832
parentefd8f7507b3ce6e4cc00c7eac4f011736ca4f14d
tree.c (build_function_type_skip_args, [...]): New functions.

* tree.c (build_function_type_skip_args, build_function_decl_skip_args):
New functions.
* tree.h (build_function_type_skip_args, build_function_decl_skip_args):
Declare.
* gimple.c (giple_copy_call_skip_args): New function.
(giple_copy_call_skip_args): Declare.

* cgraph.h (cgraph_function_versioning): Add skip_args arugmnet
* ipa-cp.c (ipcp_node_not_modifiable_p): Rename to ...
(ipcp_node_modifiable_p): ... this one; use tree_versionable_function_p.
(ipcp_create_replace_map): Improve debug output.
(ipcp_need_redirect_p): Return false when not clonning.
(ipcp_update_callgraph): Skip args.
(ipcp_insert_stage): UPdate call of !ipcp_node_modifiable_p;
skip args.
* cgraphunit.c (cgraph_function_versioning): Add skip_args argument.
(save_inline_function_body): Update call of tree_function_versioning.
* ipa-prop.c (ipa_edge_removal_hook): Do not ICE on unanalyzed nodes.
* tree-inline.c (copy_arguments_for_versioning): Add skip_args argument.
(tree_function_versioning): Likewise.
* tree-inline.h (tree_function_versioning): Update prototype.

From-SVN: r139761
gcc/ChangeLog
gcc/cgraph.h
gcc/cgraphunit.c
gcc/gimple.c
gcc/gimple.h
gcc/ipa-cp.c
gcc/ipa-prop.c
gcc/tree-inline.c
gcc/tree-inline.h
gcc/tree.c
gcc/tree.h
This page took 0.058305 seconds and 5 git commands to generate.