aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-20 16:21:25 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-20 16:21:25 +0000
commit2c5988607f786bd75fddef3e76af3a41f5711e33 (patch)
tree4fbe99d4c37acea09493a0e95c671a61fb3d9c7c /gcc/haifa-sched.c
parenta7ca14fcc2cba02f772ec4e81ee2b418f398c26a (diff)
downloadgcc-2c5988607f786bd75fddef3e76af3a41f5711e33.zip
gcc-2c5988607f786bd75fddef3e76af3a41f5711e33.tar.gz
gcc-2c5988607f786bd75fddef3e76af3a41f5711e33.tar.bz2
haifa-sched.c (sched_emit_insn): Remove.
* haifa-sched.c (sched_emit_insn): Remove. * sched-int.h: Remove the corresponding prototype. From-SVN: r78172
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index 4750d96..5cfce59 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -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. */