aboutsummaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c6
1 files changed, 6 insertions, 0 deletions
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;