tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...
authorJan Hubicka <jh@suse.cz>
Fri, 10 Jun 2011 12:53:48 +0000 (14:53 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 10 Jun 2011 12:53:48 +0000 (12:53 +0000)
commita6f834c5a87c1ac42f1c842bba34d84740218d77
tree20b67a874a850032963d722eda24d2f5015949f7
parent7871eee372692f471507a857b8eac77598fbdb03
tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...

* tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...
(not_all_callers_have_enough_arguments_p): ... this one; turn into
worker for cgraph_for_node_and_aliases.
(convert_callers_for_node): Break out from ...
(convert_callers): ... here.
(modify_function): Use collect_callers_of_node.
(ipa_early_sra): Use cgraph_for_node_and_aliases.

From-SVN: r174904
gcc/ChangeLog
gcc/tree-sra.c