function.h (struct sequence_stack): Remove rtl_expr.
authorMark Mitchell <mark@codesourcery.com>
Sun, 5 Mar 2000 01:57:10 +0000 (01:57 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 5 Mar 2000 01:57:10 +0000 (01:57 +0000)
commit08d0be2f4c377deee7b5d0d5fe7f502a75a26d05
tree4a738b18e2b2774d1e4bbf775614e65f2ec7e588
parent5f12e98764bd830e715fdfa7c8316e07ab4d38c5
function.h (struct sequence_stack): Remove rtl_expr.

* function.h (struct sequence_stack): Remove rtl_expr.
(struct emit_staus): Likewise.
(seq_rtl_expr): Remove.
* tree.h (free_temps_for_rtl_expr): Don't declare.
(start_sequence_for_rtl_expr): Likewise.
* rtl.h (preserve_rtl_expr_result): Likewise.
* emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
(start_sequence_for_rtl_expr): Remove.
(push_topmost_sequence): Don't save sequence_rtl_expr.
(pop_topmost_sequence): Remove comment about not restoring it.
(end_sequence): Don't set seq_rtl_expr.
(init_emit): Don't initialize it.
(mark_sequence_stack): Don't mark it.
(mark_emit_status): Likewise.
* except.c (protect_with_terminate): Use
start_sequence_for_rtl_expr, not start_sequence.
* expr.c (expand_expr, case RTL_EXPR): Don't call
preserve_rtl_expr_result or free_temps_for_rtl_expr.
(assign_stack_temp_for_type): Don't set rtl_expr.
(preserve_rtl_expr_result): Remove.
(free_temps_for_rtl_expr): Likewise.
(pop_temp_slots): Likewise.
(mark_temp_slot): Don't mark the rtl_expr.
* stmt.c (expand_start_stmt_expr): Use start_sequence, not
start_sequence_for_rtl_expr.

From-SVN: r32333
gcc/ChangeLog
gcc/emit-rtl.c
gcc/except.c
gcc/expr.c
gcc/function.h
gcc/rtl.h
gcc/stmt.c
gcc/testsuite/g++.old-deja/g++.other/inline8.C [new file with mode: 0644]
gcc/tree.h