c-common.c (c_expand_expr): If the last expression is a VAR_DECL with RTL that matche...
authorJason Merrill <jason@redhat.com>
Wed, 7 Aug 2002 00:52:24 +0000 (20:52 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 7 Aug 2002 00:52:24 +0000 (20:52 -0400)
commitf1a044c7da72e0e0a4895b7d2f53bbb4f62ba9d0
treebe1a74ada5638107e98d8f06fc6f84da9d73a275
parent1e14c7f083611e88101a7842faeb89abdea2a2a8
c-common.c (c_expand_expr): If the last expression is a VAR_DECL with RTL that matches the target...

        * c-common.c (c_expand_expr) [STMT_EXPR]: If the last expression is
        a VAR_DECL with RTL that matches the target, just return that RTL.

From-SVN: r56083
gcc/ChangeLog
gcc/c-common.c