aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-08 19:59:26 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-10-08 19:59:26 +0000
commitdc434d8273fcf8242569e14468af526650907a48 (patch)
tree1e221d470c93e13b0dad63f41dfb1c462fedf023 /gcc/rtl.h
parent5b080ca5a2f74e9a636ce7aa62ec692328b1883a (diff)
* 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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@88789 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index e0f86ee1c3d..9bbb04c15de 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);