sched-deps.c (sched_analyze_insn): Make sure to add insn to reg_last->sets after...
authorGlen Nakamura <glen@imodulo.com>
Sun, 8 Sep 2002 03:42:46 +0000 (03:42 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 8 Sep 2002 03:42:46 +0000 (20:42 -0700)
commitb96a3fa3970cfa7a81ab2cfb2f3f8fe328dae722
treee58b44075fef687cbfd1781d5a651e02ae19726d
parentad9df12ff5182840605b6252b882d36c0f68895c
sched-deps.c (sched_analyze_insn): Make sure to add insn to reg_last->sets after flushing the dependency lists to...

        * sched-deps.c (sched_analyze_insn): Make sure to add insn
        to reg_last->sets after flushing the dependency lists to guarantee
        that subsequent clobbers will be dependent on it.

From-SVN: r56929
gcc/ChangeLog
gcc/sched-deps.c