From 36f0e0a60c6d6e70f28b9bd4d9e736845b3d40c4 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Sun, 24 Oct 1999 19:23:11 +0000 Subject: final.c (peephole): Delete prototype. * final.c (peephole): Delete prototype. * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes. (pre_insert_copies): Remove unused variable `bb'. * genrecog.c (debug_decision_0, debug_decision_list, main): Add prototypes. * output.h (peephole): Add prototype. From-SVN: r30144 --- gcc/genrecog.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/genrecog.c') diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 664ef50..5aea004 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -302,12 +302,16 @@ static void process_tree static void record_insn_name PROTO((int, const char *)); +static void debug_decision_0 + PROTO((struct decision *, int, int)); static void debug_decision_1 PROTO((struct decision *, int)); static void debug_decision_2 PROTO((struct decision_test *)); extern void debug_decision PROTO((struct decision *)); +extern void debug_decision_list + PROTO((struct decision *)); static void message_with_line VPROTO ((int lineno, const char *msg, ...)) @@ -2477,6 +2481,8 @@ process_tree (head, subroutine_type) write_subroutine (head, subroutine_type); } +extern int main PROTO ((int, char **)); + int main (argc, argv) int argc; -- cgit v1.1