Expanders cleanups after tree-ssa merge, part 1.
authorSteven Bosscher <stevenb@suse.de>
Wed, 19 May 2004 06:26:21 +0000 (06:26 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 19 May 2004 06:26:21 +0000 (06:26 +0000)
commit6af8eb5714109ffd15a57023ae7e2679d567e792
tree902804b9e4bd40a0c8043ddf341af0b4f0981e9c
parentcc52902d97894d218cf6acfd2aa1b904cb4c62e8
Expanders cleanups after tree-ssa merge, part 1.

2004-05-19  Steven Bosscher  <stevenb@suse.de>

Expanders cleanups after tree-ssa merge, part 1.

* expr.c (store_constructor): Build loop start and end by hand
instead of via loop functions from stmt.c.
(expand_expr_real_1): Abort if we see an EXIT_EXPR or a LOOP_EXPR.
Remove the code to expand them.

* stmt.c (loop_stack): Remove this and everything related.
(struct nesting, enum nesting_desc): Update.
(expand_fixup): Likewise.
(expand_loop_start, expand_start_loop_continue_elsewhere,
expand_start_null_loop, expand_loop_continue_here, expand_end_loop,
expand_end_null_loop, expand_continue_loop, expand_exit_loop,
expand_exit_loop_if_false, expand_exit_loop_top_cond,
expand_exit_something): Remove.
* tree.h: Remove prototypes.

From-SVN: r82018
gcc/ChangeLog
gcc/expr.c
gcc/stmt.c
gcc/tree.h