calls.c (store_one_arg): Revert 1999-02-16 change.
authorAlan Modra <amodra@bigpond.net.au>
Sun, 23 Feb 2003 22:19:39 +0000 (22:19 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Sun, 23 Feb 2003 22:19:39 +0000 (08:49 +1030)
commit8403445abac6b5d1b03903c3f23fd9a28c550438
tree3072cb4fe732b3df37e851d737c014b16029b598
parentef9063812820167f826b3f7fce2827826599d80c
calls.c (store_one_arg): Revert 1999-02-16 change.

* calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
* expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
(enum block_op_methods): Reorder for better store_expr optimization.
* expr.c (store_expr): Test bit 1 of "want_value" for call param
stores, test bit 0 for original want_value meaning.  Pass
BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
recursive calls, and calls to expand_param.
(expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
expected, set target to 0 rather than to subtarget.  Formatting.

From-SVN: r63337
gcc/ChangeLog
gcc/calls.c
gcc/expr.c
gcc/expr.h