]> gcc.gnu.org Git - gcc.git/commit
expr.c (expand_assignment): Remove the last argument.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 19 Oct 2004 14:43:56 +0000 (14:43 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 19 Oct 2004 14:43:56 +0000 (14:43 +0000)
commite836a5a26a9e40de2a2d5c07266c0f8321c5532c
tree8970f72664157fabb5e8b9eb68f1275e2bd0dd35
parent88e9994a469cdf817b269128cc5cb18046ed533d
expr.c (expand_assignment): Remove the last argument.

* 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.

From-SVN: r89275
gcc/ChangeLog
gcc/expr.c
gcc/expr.h
gcc/function.c
gcc/stmt.c
This page took 0.055591 seconds and 5 git commands to generate.