haifa-sched.c (sched_emit_insn): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 20 Feb 2004 16:21:25 +0000 (16:21 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 20 Feb 2004 16:21:25 +0000 (16:21 +0000)
* haifa-sched.c (sched_emit_insn): Remove.
* sched-int.h: Remove the corresponding prototype.

From-SVN: r78172

gcc/ChangeLog
gcc/haifa-sched.c

index 5114bfd8b6ff5f441ec1160338a1cc7391400a3d..993c1160ff13ce8672f349b084385458f64bc0c9 100644 (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:
index 4750d960948629979df7c3cb9d9c9cd9dc4812a6..5cfce5936cbb318db8ff11ed35dfde35928bade9 100644 (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.  */