c-common.c (c_expand_expr): Remove code to return a value different from that returne...
authorMark Mitchell <mark@codesourcery.com>
Wed, 31 Dec 2003 18:41:28 +0000 (18:41 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 31 Dec 2003 18:41:28 +0000 (18:41 +0000)
commit9c5c5f2cd1c780f85df07731c7e5547acce198db
treeca5892b65be66a80c4067e181a0309181e237a4f
parentd4de0221f3539de204f92443ca66a0e8b36de64b
c-common.c (c_expand_expr): Remove code to return a value different from that returned by expand_expr.

* c-common.c (c_expand_expr): Remove code to return a value
different from that returned by expand_expr.
* expr.c (store_expr): Use the validity of a target MEM, rather
than checking DECL_RTL (exp), to figure out if a copy is
required.

From-SVN: r75273
gcc/ChangeLog
gcc/c-common.c
gcc/expr.c