Commit dd5bc4be by Marek Polacek Committed by Marek Polacek

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
parent 4d054084
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
* doc/invoke.texi: Document -Wshift-overflow and -Wshift-overflow=.
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment