OSDN Git Service

2009-08-12 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Aug 2009 16:23:12 +0000 (16:23 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Aug 2009 16:23:12 +0000 (16:23 +0000)
commitc879dbcf300ded0ca2f86a8cd9ea87528c27f3c0
treeb0b3176056066392830be15ad78cfae11a09644e
parent321856ae54afc12d5aef1a56c195e51dfdd160e5
2009-08-12  Paolo Bonzini  <bonzini@gnu.org>

* doc/tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation
for for_return == 2.
* function.c (assign_parm_setup_reg): Use for_return == 2, improve
comments.
* calls.c (expand_call): Fix typo.
* explow.c (promote_decl_mode): Use for_return == 2 for RESULT_DECL
and PARM_DECL.
* stmt.c (expand_value_return): Use promote_function_mode to copy out
of pseudo.
* targhooks.c (default_promote_function_mode): Handle for_return == 2.
* config/cris/cris.c (cris_promote_function_mode): Likewise.
* config/mmix/mmix.c (mmix_promote_function_mode): Likewise.
* config/pa/pa.c (pa_promote_function_mode): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150700 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/calls.c
gcc/config/cris/cris.c
gcc/config/mmix/mmix.c
gcc/config/pa/pa.c
gcc/doc/tm.texi
gcc/explow.c
gcc/function.c
gcc/stmt.c
gcc/targhooks.c