aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@cygnus.com>1999-01-29 15:25:17 +0000
committerDave Brolley <brolley@gcc.gnu.org>1999-01-29 10:25:17 -0500
commit89e99eea8015548093218f652c9d8a17e78542a3 (patch)
tree8692386860ab7ebbe81ec29448463ae26a6f5977 /gcc/rtl.h
parent061ac426189161b669a2a0b6e67fab19e7fde25d (diff)
downloadgcc-89e99eea8015548093218f652c9d8a17e78542a3.zip
gcc-89e99eea8015548093218f652c9d8a17e78542a3.tar.gz
gcc-89e99eea8015548093218f652c9d8a17e78542a3.tar.bz2
emit-rtl.c (remove_insn): New function.
Fri Jan 29 18:26:07 1999 Dave Brolley <brolley@cygnus.com> * emit-rtl.c (remove_insn): New function. * rtl.h (remove_insn): Add prototype. * function.c (reposition_prologue_and_epilogue_notes): Call remove_insn. From-SVN: r24908
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 eb9b825..6c2c1b3 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1342,6 +1342,7 @@ extern void link_cc0_insns PROTO ((rtx));
extern void add_insn PROTO ((rtx));
extern void add_insn_before PROTO ((rtx, rtx));
extern void add_insn_after PROTO ((rtx, rtx));
+extern void remove_insn PROTO ((rtx));
extern void reorder_insns_with_line_notes PROTO ((rtx, rtx, rtx));
extern void emit_insn_after_with_line_notes PROTO ((rtx, rtx, rtx));
extern enum rtx_code classify_insn PROTO ((rtx));