summaryrefslogtreecommitdiff
path: root/gcc/genconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genconfig.c')
-rw-r--r--gcc/genconfig.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/genconfig.c b/gcc/genconfig.c
index 69f9240983f..ffcb5c38b88 100644
--- a/gcc/genconfig.c
+++ b/gcc/genconfig.c
@@ -50,6 +50,12 @@ char *xmalloc PROTO((unsigned));
static void fatal ();
void fancy_abort PROTO((void));
+static void walk_insn_part PROTO((rtx, int, int));
+static void gen_insn PROTO((rtx));
+static void gen_expand PROTO((rtx));
+static void gen_split PROTO((rtx));
+static void gen_peephole PROTO((rtx));
+
/* RECOG_P will be non-zero if this pattern was seen in a context where it will
be used to recognize, rather than just generate an insn.