OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / haifa-sched.c
index bc947fa..7cbe1ec 100644 (file)
@@ -3754,6 +3754,10 @@ try_ready (rtx next)
            {
              ds_t ds = DEP_STATUS (dep) & SPECULATIVE;
 
+             if (DEBUG_INSN_P (DEP_PRO (dep))
+                 && !DEBUG_INSN_P (next))
+               continue;
+
              if (first_p)
                {
                  first_p = false;