stmt.c (expand_return): Don't return anything if size is zero.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Sat, 20 Jan 2001 17:47:45 +0000 (17:47 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 20 Jan 2001 17:47:45 +0000 (12:47 -0500)
commit2954d7dbf7d309d5b5c8fc2a32dae155936ee264
treed266c733475e09758d1260c90b41f1c6bf07614a
parent1d26ac96cc832057ed835b238ca35dfdb930762f
stmt.c (expand_return): Don't return anything if size is zero.

* stmt.c (expand_return): Don't return anything if size is zero.
Delete redundant assignment to BYTES.
* expr.c (move_block_from_reg): Do nothing if NREGS is zero.

From-SVN: r39156
gcc/ChangeLog
gcc/expr.c
gcc/stmt.c