Commit 2c598860 by Kazu Hirata Committed by Kazu Hirata

haifa-sched.c (sched_emit_insn): Remove.

	* haifa-sched.c (sched_emit_insn): Remove.
	* sched-int.h: Remove the corresponding prototype.

From-SVN: r78172
parent a7ca14fc
2004-02-20 Kazu Hirata <kazu@cs.umass.edu> 2004-02-20 Kazu Hirata <kazu@cs.umass.edu>
* haifa-sched.c (sched_emit_insn): Remove.
* sched-int.h: Remove the corresponding prototype.
2004-02-20 Kazu Hirata <kazu@cs.umass.edu>
Revert: Revert:
2004-02-19 Kazu Hirata <kazu@cs.umass.edu> 2004-02-19 Kazu Hirata <kazu@cs.umass.edu>
* opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS. * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.
......
...@@ -2228,17 +2228,6 @@ choose_ready (struct ready_list *ready) ...@@ -2228,17 +2228,6 @@ choose_ready (struct ready_list *ready)
} }
} }
/* Called from backends from targetm.sched.reorder to emit stuff into
the instruction stream. */
rtx
sched_emit_insn (rtx pat)
{
rtx insn = emit_insn_after (pat, last_scheduled_insn);
last_scheduled_insn = insn;
return insn;
}
/* Use forward list scheduling to rearrange insns of block B in region RGN, /* Use forward list scheduling to rearrange insns of block B in region RGN,
possibly bringing insns from subsequent blocks in the same region. */ possibly bringing insns from subsequent blocks in the same region. */
......
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