]> git.ipfire.org Git - thirdparty/gcc.git/commit
emit-rtl.c (last_label_num, [...]): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 8 Oct 2004 19:59:26 +0000 (19:59 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 8 Oct 2004 19:59:26 +0000 (19:59 +0000)
commit971e29f612de7bc33c719126f410b146318e4c42
tree1e221d470c93e13b0dad63f41dfb1c462fedf023
parentf5bb9a233a8d229d209b09d722140014b5320b44
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/ChangeLog
gcc/emit-rtl.c
gcc/function.c
gcc/function.h
gcc/rtl.h