genemit.c (print_code, [...]): Remove declarations.
* genemit.c (print_code, gen_exp, gen_insn, gen_expand, gen_split, output_add_clobbers, output_added_clobbers_hard_reg_p, gen_rtx_scratch): Remove declarations. From-SVN: r226003
This commit is contained in:
parent
4d05408430
commit
dd5bc4becd
@ -1,3 +1,9 @@
|
||||
2015-07-20 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* genemit.c (print_code, gen_exp, gen_insn, gen_expand, gen_split,
|
||||
output_add_clobbers, output_added_clobbers_hard_reg_p,
|
||||
gen_rtx_scratch): Remove declarations.
|
||||
|
||||
2015-07-20 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c++/55095
|
||||
|
@ -49,14 +49,6 @@ struct clobber_ent
|
||||
struct clobber_ent *next;
|
||||
};
|
||||
|
||||
static void print_code (RTX_CODE);
|
||||
static void gen_exp (rtx, enum rtx_code, char *);
|
||||
static void gen_insn (rtx, int);
|
||||
static void gen_expand (rtx);
|
||||
static void gen_split (rtx);
|
||||
static void output_add_clobbers (void);
|
||||
static void output_added_clobbers_hard_reg_p (void);
|
||||
static void gen_rtx_scratch (rtx, enum rtx_code);
|
||||
static void output_peephole2_scratches (rtx);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user