OSDN Git Service

* haifa-sched.c (sched_emit_insn): Remove.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Feb 2004 16:21:25 +0000 (16:21 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Feb 2004 16:21:25 +0000 (16:21 +0000)
* sched-int.h: Remove the corresponding prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78172 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/haifa-sched.c

index 5114bfd..993c116 100644 (file)
@@ -1,5 +1,10 @@
 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:
        2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
        * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.
index 4750d96..5cfce59 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.  */