Commit d78db459 by Kazu Hirata Committed by Kazu Hirata

emit-rtl.c (classify_insn): Make it static.

	* emit-rtl.c (classify_insn): Make it static.
	* rtl.h: Remove the corresponding prototype.

From-SVN: r90894
parent c8f4fe99
2004-11-19 Kazu Hirata <kazu@cs.umass.edu>
* emit-rtl.c (classify_insn): Make it static.
* rtl.h: Remove the corresponding prototype.
2004-11-19 Ben Elliston <bje@au.ibm.com>
* dwarf2asm.h (dw2_asm_output_pcel): Stub out with #if 0.
......
......@@ -4708,7 +4708,7 @@ set_unique_reg_note (rtx insn, enum reg_note kind, rtx datum)
/* Return an indication of which type of insn should have X as a body.
The value is CODE_LABEL, INSN, CALL_INSN or JUMP_INSN. */
enum rtx_code
static enum rtx_code
classify_insn (rtx x)
{
if (LABEL_P (x))
......
......@@ -1954,7 +1954,6 @@ extern void add_insn_before (rtx, rtx);
extern void add_insn_after (rtx, rtx);
extern void remove_insn (rtx);
extern void emit_insn_after_with_line_notes (rtx, rtx, rtx);
extern enum rtx_code classify_insn (rtx);
extern rtx emit (rtx);
extern void renumber_insns (FILE *);
extern void remove_unnecessary_notes (void);
......
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