> I moved recalculate_side_effects() from gimple.c to gimplify.c. > gimplify.c was the primary consumer, and the only other caller was in > the ada front end. By moving it, the ada front end doesn't need > gimple.h any more.
Let's eliminate the only use in the Ada front end then, we probably just need to propagate TREE_SIDE_EFFECTS from gnu_loop_stmt to gnu_cond_expr. -- Eric Botcazou