Commit 5f3b7d7c by Maxim Kuvyrkov Committed by Maxim Kuvyrkov

m68k.c (m68k_sched_dfa_post_advance_cycle): Support starting scheduling from a pre-existing state.

	* config/m68k/m68k.c (m68k_sched_dfa_post_advance_cycle): Support
	starting scheduling from a pre-existing state.

From-SVN: r191171
parent e2e03032
2012-09-10 Maxim Kuvyrkov <maxim@codesourcery.com>
* config/m68k/m68k.c (m68k_sched_dfa_post_advance_cycle): Support
starting scheduling from a pre-existing state.
2012-09-10 Diego Novillo <dnovillo@google.com>
* vec.h (vec_t::quick_push): Remove overload that accepts 'T *'.
......
......@@ -6269,7 +6269,8 @@ m68k_sched_dfa_post_advance_cycle (void)
while (--i >= 0)
{
if (state_transition (curr_state, sched_ib.insn) >= 0)
gcc_unreachable ();
/* Pick up scheduler state. */
++sched_ib.filled;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment