From 2af0ac2840b9c719483401c5c0c90d589d63b5c3 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Tue, 26 Oct 1999 08:34:46 +0000 Subject: tree.h (BLOCK_TYPE_TAGS): Remove. * tree.h (BLOCK_TYPE_TAGS): Remove. (BLOCK_END_NOTE): Likewise. (BLOCK_LIVE_RANGE_FLAG): Likewise. (BLOCK_LIVE_RANGE_START): Likewise. (BLOCK_LIVE_RANGE_END): Likewise. (tree_block): Remove live_range_flag, live_range_var_flag, and type_tags. Remove end_note, live_range_start, and live_range_end. (remember_end_note): Remove prototype. * tree.c (build_block): Don't set BLOCK_TYPE_TAGS. * c-decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call remember_end_note. * ggc-common.c (ggc_mark_tree_children): Don't mark BLOCK_TYPE_TAGS or BLOCK_END_NOTE. * integrate.c (adjust_copied_decl_tree): Remove. * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS. * stmt.c (last_block_end_note): Remove. (init_stmt): Don't add a GC root for it. (expand_fixup): Don't set it. (remember_end_note): Remove. (expand_end_bindings): Don't set last_block_end_note. * ch-tree.h (remember_end_note): Remove prototype. * decl.c (poplevel): Don't call remember_end_note. * decl.c (poplevel): Don't set BLOCK_TYPE_TAGS. Don't call remember_end_note. * com.c (poplevel): Don't call remember_end_note. * decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call remember_end_note. From-SVN: r30188 --- gcc/ch/ChangeLog | 5 +++++ gcc/ch/ch-tree.h | 3 --- gcc/ch/decl.c | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'gcc/ch') diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 779e08f..5343848 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,8 @@ +1999-10-26 Mark Mitchell + + * ch-tree.h (remember_end_note): Remove prototype. + * decl.c (poplevel): Don't call remember_end_note. + Fri Sep 24 10:48:10 1999 Bernd Schmidt * ch-tree.h (builtin_function): Don't declare. diff --git a/gcc/ch/ch-tree.h b/gcc/ch/ch-tree.h index 40e7b13b..effa886 100644 --- a/gcc/ch/ch-tree.h +++ b/gcc/ch/ch-tree.h @@ -1120,9 +1120,6 @@ extern void push_function_context PROTO((void)); /* in integrate.c */ extern void output_inline_function PROTO((tree)); -/* in stmt.c */ -extern void remember_end_note PROTO((tree)); - /* in toplev.c */ extern void announce_function PROTO((tree)); extern int floor_log2_wide PROTO((unsigned HOST_WIDE_INT)); diff --git a/gcc/ch/decl.c b/gcc/ch/decl.c index 8b65179..01cf6c4 100644 --- a/gcc/ch/decl.c +++ b/gcc/ch/decl.c @@ -2940,7 +2940,6 @@ poplevel (keep, reverse, functionbody) } BLOCK_SUBBLOCKS (block) = subblocks; - remember_end_note (block); } /* In each subblock, record that this is its superior. */ -- cgit v1.1