expr.c (expand_assignment): Remove an unused argument SUGGEST_REG.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 15 Jul 2003 05:31:44 +0000 (05:31 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 15 Jul 2003 05:31:44 +0000 (05:31 +0000)
commitb90f141a9d681c533c209813a6aa3f6dfce01b90
tree598d296d7a51fac1c0dfb503e3b29e59338cf4a8
parent89a68bb98de478df887df56cbd27119d28ffe957
expr.c (expand_assignment): Remove an unused argument SUGGEST_REG.

* expr.c (expand_assignment): Remove an unused argument
SUGGEST_REG.
* expr.h: Update the prototype.
* function.c: Update the callers.
* stmt.c: Likewise.

From-SVN: r69379
gcc/ChangeLog
gcc/expr.c
gcc/expr.h
gcc/function.c
gcc/stmt.c