URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
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. */
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.