haifa-sched.c (sched_emit_insn): Remove.

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

From-SVN: r78172
This commit is contained in:
Kazu Hirata 2004-02-20 16:21:25 +00:00 committed by Kazu Hirata
parent a7ca14fcc2
commit 2c5988607f
2 changed files with 5 additions and 11 deletions

View File

@ -1,3 +1,8 @@
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:

View File

@ -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,
possibly bringing insns from subsequent blocks in the same region. */