gimplify.c (gimplify_compound_lval): Check for no handled operations, rather than...
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Sat, 24 Jul 2004 01:29:11 +0000 (01:29 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 24 Jul 2004 01:29:11 +0000 (21:29 -0400)
commit9e51aaf570ad8c2c6551c0c5bdf358df2655ca6b
treef3db9e6f9f7f86d544fb2a65e954a843aeee4eb6
parentffe4e0376f66ff4db3a098f9c41fd8c8dd3c5ac7
gimplify.c (gimplify_compound_lval): Check for no handled operations, rather than checking for explicit list of nodes.

* 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.

From-SVN: r85110
gcc/ChangeLog
gcc/gimplify.c
gcc/tree-gimple.c