OSDN Git Service

* ipa-split.c (struct split_point): Add split_part_set_retval.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Aug 2010 14:23:04 +0000 (14:23 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Aug 2010 14:23:04 +0000 (14:23 +0000)
commitb04bab7cd82843f3f8e39bb46373aa24e4f09be9
tree63022e11a0d93576ce7f9fde7799435930c0a171
parentd3953d82b7992d85b305d4c92d6a9a7593ce551b
* ipa-split.c (struct split_point): Add split_part_set_retval.
(find_retval): Forward declare.
(test_nonssa_use, mark_nonssa_use): Special case return by reference.
(consider_split): Compute current->split_part_set_retval.
(visit_bb): Do not look into return value.
(split_function): Handle !split_part_set_retval

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162842 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ipa-split.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr45085.c [new file with mode: 0644]