aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-04-12 02:18:55 +0000
committerJeff Law <law@gcc.gnu.org>1999-04-11 20:18:55 -0600
commit55a98783c87b42efddbc8a1dcda79fa62888e982 (patch)
tree4730eb8514a569674bc3d9d7886860ad0b6bb297 /gcc/rtl.h
parent21b2cd732182b457962d0f248662c5d894e147ca (diff)
downloadgcc-55a98783c87b42efddbc8a1dcda79fa62888e982.zip
gcc-55a98783c87b42efddbc8a1dcda79fa62888e982.tar.gz
gcc-55a98783c87b42efddbc8a1dcda79fa62888e982.tar.bz2
flow.c (flow_delete_insn): If we delete a CODE_LABEL...
* flow.c (flow_delete_insn): If we delete a CODE_LABEL, also remove it from the nonlocal_goto_handler_labels list. * jump.c (delete_insn): Likewise. (jump_optimize_1): Also recompute LABEL_NUSES when we are just marking labels. * rtl.h (remove_node_from_expr_list): Declare. * rtlanal.c (remove_node_from_expr_list): New function. From-SVN: r26361
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index ef6440c..964a8ab 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1081,6 +1081,7 @@ typedef int (*rtx_function) PROTO((rtx *, void *));
extern int for_each_rtx PROTO((rtx *, rtx_function, void *));
extern rtx regno_use_in PROTO((int, rtx));
extern int auto_inc_p PROTO((rtx));
+extern void remove_node_from_expr_list PROTO((rtx, rtx *));
/* flow.c */