aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorBernd Schmidt <bernd.schmidt@analog.com>2006-09-15 12:35:43 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2006-09-15 12:35:43 +0000
commit11b904a1fc450d9d4d9c77441aa25d0fb8a5e51b (patch)
treed8379f7b3521123e3720bfa6fc21522b1fbdfddd /gcc/rtl.h
parent61066abfcd5ee6e7bd580d27bde1be11992cf6f8 (diff)
downloadgcc-11b904a1fc450d9d4d9c77441aa25d0fb8a5e51b.zip
gcc-11b904a1fc450d9d4d9c77441aa25d0fb8a5e51b.tar.gz
gcc-11b904a1fc450d9d4d9c77441aa25d0fb8a5e51b.tar.bz2
cfgrtl.c (emit_insn_at_entry): New function.
* cfgrtl.c (emit_insn_at_entry): New function. * rtl.h (emit_insn_at_entry): Declare it. * integrate.c (emit_initial_value_sets): Use it. From-SVN: r116968
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 75a89b6..f8d97a1 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2074,6 +2074,7 @@ extern rtx emit (rtx);
extern void renumber_insns (void);
extern rtx delete_insn (rtx);
extern rtx entry_of_function (void);
+extern void emit_insn_at_entry (rtx);
extern void delete_insn_chain (rtx, rtx);
extern rtx unlink_insn_chain (rtx, rtx);
extern rtx delete_insn_and_edges (rtx);