aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-08 19:59:26 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-08 19:59:26 +0000
commit971e29f612de7bc33c719126f410b146318e4c42 (patch)
tree1e221d470c93e13b0dad63f41dfb1c462fedf023 /gcc/function.c
parentf5bb9a233a8d229d209b09d722140014b5320b44 (diff)
downloadgcc-971e29f612de7bc33c719126f410b146318e4c42.zip
gcc-971e29f612de7bc33c719126f410b146318e4c42.tar.gz
gcc-971e29f612de7bc33c719126f410b146318e4c42.tar.bz2
emit-rtl.c (last_label_num, [...]): Remove.
* emit-rtl.c (last_label_num, base_label_num): Remove. (max_label_num): Always return label_num. (set_new_last_label_num, restore_emit_status): Remove. (init_emit): Don't initialize last_label_num. * function.c (pop_function_context_from): Don't call restore_emit_status. * function.h: Remove the prototype for restore_emit_status. * rtl.h: Remove the prototype for set_new_last_label_num. From-SVN: r88789
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 4c8d6c4..f583d29 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -287,8 +287,6 @@ pop_function_context_from (tree context ATTRIBUTE_UNUSED)
current_function_decl = p->decl;
reg_renumber = 0;
- restore_emit_status (p);
-
lang_hooks.function.leave_nested (p);
/* Reset variables that have known state during rtx generation. */