]> gcc.gnu.org Git - gcc.git/commitdiff
(attach_deaths): Fix typo in Jun 4 change.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 9 Jun 1997 20:44:08 +0000 (13:44 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 9 Jun 1997 20:44:08 +0000 (13:44 -0700)
From-SVN: r14187

gcc/sched.c

index 8d258442db969d65d6575eeb3f4723cf3fef5678..132ed540be0069a38813c0c37ed6785e55efec44 100644 (file)
@@ -2915,7 +2915,7 @@ attach_deaths (x, insn, set_p)
                           register that is set in the insn.  */
                        for (i = HARD_REGNO_NREGS (regno, GET_MODE (x)) - 1;
                             i >= 0; i--)
-                         if (REGNO_REG_SET_P (old_live_regs, regno + i)
+                         if (REGNO_REG_SET_P (old_live_regs, regno + i)
                              && ! dead_or_set_regno_p (insn, regno + i))
                            create_reg_dead_note (gen_rtx (REG,
                                                           reg_raw_mode[regno + i],
This page took 0.067835 seconds and 5 git commands to generate.