gimple.c (is_gimple_non_addressable): Remove.
authorAldy Hernandez <aldyh@redhat.com>
Mon, 9 Jan 2012 15:14:19 +0000 (15:14 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Mon, 9 Jan 2012 15:14:19 +0000 (15:14 +0000)
commit345ae17774bc0f8b527fa87c28ad7c6116b845bd
treef1670e405d630798297d4ba21644fe965549d789
parent2c5cbc315fad590eb2a89d46c8397fcb9b9cc2ba
gimple.c (is_gimple_non_addressable): Remove.

        * gimple.c (is_gimple_non_addressable): Remove.
        * gimple.h: Remove is_gimple_non_addressable.
        * gimplify.c (gimplify_modify_expr_rhs): Use is_gimple_reg instead of
        is_gimple_non_addressable.
        * trans-mem.c (expand_assign_tm): Same.

From-SVN: r183015
gcc/ChangeLog
gcc/gimple.c
gcc/gimple.h
gcc/gimplify.c
gcc/trans-mem.c