OSDN Git Service

* expr.c (expand_assignment): Remove the last argument.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Oct 2004 14:43:56 +0000 (14:43 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Oct 2004 14:43:56 +0000 (14:43 +0000)
commit5d3c08940ad6b3bf8b81878571c019dbf3836777
tree8970f72664157fabb5e8b9eb68f1275e2bd0dd35
parent2c95e9b14ca84f5feaeaadee676ee04ef5922e44
* expr.c (expand_assignment): Remove the last argument.
Change the return type to void.
* expr.h: Update the prototype of expand_assignment.
* function.c (assign_parm_setup_reg): Update a call to
expand_assignment.
* stmt.c (expand_asm_expr): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89275 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expr.c
gcc/expr.h
gcc/function.c
gcc/stmt.c