* haifa-sched.c (sched_emit_insn): New.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Feb 2002 18:32:12 +0000 (18:32 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Feb 2002 18:32:12 +0000 (18:32 +0000)
commit0b9236907f81f02c4b87895496037afdcc1ead6c
treea5565c15b0b052513a333444454a04a0102ff0ab
parentd5819eb83b417c919656625c87c58d0bd5157f18
    * haifa-sched.c (sched_emit_insn): New.
        (schedule_block): Use last_scheduled_insn to track last insn.
        * sched-int.h (sched_emit_insn): Prototype.
        * config/ia64/ia64.c (last_issued): Remove.
        (ia64_variable_issue): Don't set it.
        (nop_cycles_until): Use sched_emit_insn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50153 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/ia64/ia64.c
gcc/haifa-sched.c
gcc/sched-int.h