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:
parent
a7ca14fcc2
commit
2c5988607f
@ -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:
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user