aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 2839c88..3d51c88 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1036,7 +1036,6 @@ extern rtx replace_regs PROTO((rtx, rtx *, int, int));
extern int computed_jump_p PROTO((rtx));
typedef int (*rtx_function) PROTO((rtx *, void *));
extern int for_each_rtx PROTO((rtx *, rtx_function, void *));
-extern int insn_first_p PROTO((rtx, rtx));
extern rtx regno_use_in PROTO((int, rtx));
/* flow.c */