diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-08 19:59:26 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-08 19:59:26 +0000 |
commit | 3f10251fc4107d5b49214cbc8d8e5338593edf27 (patch) | |
tree | 1e221d470c93e13b0dad63f41dfb1c462fedf023 /gcc/function.h | |
parent | e806a5adcfc442045382d08bf6060b1bee673b3a (diff) | |
download | gcc-3f10251fc4107d5b49214cbc8d8e5338593edf27.tar.gz |
* 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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88789 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h index e38b5294dbb..addf21365d4 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -516,7 +516,6 @@ extern HOST_WIDE_INT get_func_frame_size (struct function *); extern struct machine_function * (*init_machine_status) (void); /* Save and restore status information for a nested function. */ -extern void restore_emit_status (struct function *); extern void free_after_parsing (struct function *); extern void free_after_compilation (struct function *); |