haifa-sched.c (sched_emit_insn): New.
authorRichard Henderson <rth@redhat.com>
Thu, 28 Feb 2002 18:32:12 +0000 (10:32 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 28 Feb 2002 18:32:12 +0000 (10:32 -0800)
commit89076bb3656b393a738933a79ddfde1161b3485a
treea5565c15b0b052513a333444454a04a0102ff0ab
parente3aaacf47148d9853760c4adec1f93e41afc3bdb
haifa-sched.c (sched_emit_insn): New.

        * 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.

From-SVN: r50153
gcc/ChangeLog
gcc/config/ia64/ia64.c
gcc/haifa-sched.c
gcc/sched-int.h