Fix thinko from last second true_dependence -> anti_dependence change.
authorJeff Law <law@gcc.gnu.org>
Mon, 18 Jan 1999 03:40:02 +0000 (20:40 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 18 Jan 1999 03:40:02 +0000 (20:40 -0700)
From-SVN: r24738

gcc/flow.c

index e30972ce11048537d2967dceb7372d266ebaa830..244a662e80107618a08e76473a67f976a8bd11a9 100644 (file)
@@ -2741,8 +2741,7 @@ mark_used_regs (needed, live, x, final, insn)
 
          while (temp)
            {
-             if (anti_dependence (XEXP (temp, 0), GET_MODE (x),
-                                  x, rtx_addr_varies_p))
+             if (anti_dependence (XEXP (temp, 0), x))
                {
                  /* Splice temp out of the list.  */
                  if (prev)