diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-08 19:59:26 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-08 19:59:26 +0000 |
commit | 971e29f612de7bc33c719126f410b146318e4c42 (patch) | |
tree | 1e221d470c93e13b0dad63f41dfb1c462fedf023 /gcc/function.h | |
parent | f5bb9a233a8d229d209b09d722140014b5320b44 (diff) | |
download | gcc-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.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 e38b529..addf213 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 *); |