OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [haifa-sched.c] - Diff between revs 280 and 378

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 280 Rev 378
Line 1998... Line 1998...
  rtx skip_insn;
  rtx skip_insn;
 
 
  q_ptr = NEXT_Q (q_ptr);
  q_ptr = NEXT_Q (q_ptr);
 
 
  if (dbg_cnt (sched_insn) == false)
  if (dbg_cnt (sched_insn) == false)
    {
 
      /* If debug counter is activated do not requeue insn next after
      /* If debug counter is activated do not requeue insn next after
         last_scheduled_insn.  */
         last_scheduled_insn.  */
      skip_insn = next_nonnote_insn (last_scheduled_insn);
    skip_insn = next_nonnote_nondebug_insn (last_scheduled_insn);
      while (skip_insn && DEBUG_INSN_P (skip_insn))
 
        skip_insn = next_nonnote_insn (skip_insn);
 
    }
 
  else
  else
    skip_insn = NULL_RTX;
    skip_insn = NULL_RTX;
 
 
  /* Add all pending insns that can be scheduled without stalls to the
  /* Add all pending insns that can be scheduled without stalls to the
     ready list.  */
     ready list.  */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.