From 971e29f612de7bc33c719126f410b146318e4c42 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 8 Oct 2004 19:59:26 +0000 Subject: 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 --- gcc/rtl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index e0f86ee..9bbb04c 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1963,7 +1963,6 @@ extern void push_topmost_sequence (void); extern void pop_topmost_sequence (void); extern void reverse_comparison (rtx); extern void set_new_first_and_last_insn (rtx, rtx); -extern void set_new_last_label_num (int); extern void unshare_all_rtl (void); extern void unshare_all_rtl_again (rtx); extern void unshare_all_rtl_in_chain (rtx); -- cgit v1.1