* gimple.c (is_gimple_non_addressable): Remove.
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jan 2012 15:14:19 +0000 (15:14 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jan 2012 15:14:19 +0000 (15:14 +0000)
commit28098b5b27c8ae922acb070f62b1307263f252a0
treef1670e405d630798297d4ba21644fe965549d789
parentd6fb657696759c6af7d1055a8f6c06aa0b31d3f1
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183015 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimple.c
gcc/gimple.h
gcc/gimplify.c
gcc/trans-mem.c