diff options
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index d239ba65feb..209fe096e0c 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -63,6 +63,17 @@ struct clobber_ent struct clobber_ent *next; }; +static void max_operand_1 PROTO((rtx)); +static int max_operand_vec PROTO((rtx, int)); +static void print_code PROTO((RTX_CODE)); +static void gen_exp PROTO((rtx)); +static void gen_insn PROTO((rtx)); +static void gen_expand PROTO((rtx)); +static void gen_split PROTO((rtx)); +static void output_add_clobbers PROTO((void)); +static void output_init_mov_optab PROTO((void)); + + static void max_operand_1 (x) rtx x; |