From 81f5986997ac554e5b79ea51b5e88c96ee3f8495 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 18 Mar 1995 16:41:25 -0500 Subject: [PATCH] (emit_insns_after): Add declaration. From-SVN: r9203 --- gcc/rtl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/rtl.h b/gcc/rtl.h index b95c133e24b..94a7227858c 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -764,6 +764,7 @@ extern rtx emit_line_note_after PROTO((char *, int, rtx)); extern rtx emit_insn PROTO((rtx)); extern rtx emit_insns PROTO((rtx)); extern rtx emit_insns_before PROTO((rtx, rtx)); +extern rtx emit_insns_after PROTO((rtx, rtx)); extern rtx emit_jump_insn PROTO((rtx)); extern rtx emit_call_insn PROTO((rtx)); extern rtx emit_label PROTO((rtx)); -- 2.30.2