diff options
Diffstat (limited to 'gcc/genflags.c')
-rw-r--r-- | gcc/genflags.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/genflags.c b/gcc/genflags.c index 9a9db0209a5..9a21ef0c265 100644 --- a/gcc/genflags.c +++ b/gcc/genflags.c @@ -46,6 +46,12 @@ static struct obstack call_obstack, normal_obstack; /* Max size of names encountered. */ static int max_id_len; +static int num_operands PROTO((rtx)); +static void gen_proto PROTO((rtx)); +static void gen_nonproto PROTO((rtx)); +static void gen_insn PROTO((rtx)); + + /* Count the number of match_operand's found. */ static int |