OSDN Git Service

* gimplify.c (gimplify_compound_lval): Check for no handled
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 Jul 2004 01:29:11 +0000 (01:29 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 Jul 2004 01:29:11 +0000 (01:29 +0000)
commit73b2fde8bc895661ab86e6a7e06e58d30b643071
treef3db9e6f9f7f86d544fb2a65e954a843aeee4eb6
parentb4b14ae31419a5087558c6f3b54ad187c326787f
* gimplify.c (gimplify_compound_lval): Check for no handled
operations, rather than checking for explicit list of nodes.
(is_gimple_addr_expr_arg_or_indirect): New function.
(gimplify_addr_expr): Call it and handle INDIRECT_REF; remove
redundant setting of TREE_INVARIANT.
(gimplify_expr, case VIEW_CONVERT_EXPR): Call gimplify_compound_lval.
* tree-gimple.c (is_gimple_addr_expr_arg): Call handled_component_p.

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