Commit d9f1e3da by Manfred Hollstein

reorg.c (fill_eager_delay_slots): Add new argument delay_list in call to fill_slots_from_thread.

8
	* reorg.c (fill_eager_delay_slots): Add new argument delay_list
	in call to fill_slots_from_thread.

From-SVN: r18368
parent 1838fe6d
......@@ -3948,7 +3948,8 @@ fill_eager_delay_slots ()
= fill_slots_from_thread (insn, condition, fallthrough_insn,
insn_at_target, 0, 0,
own_fallthrough,
slots_to_fill, &slots_filled);
slots_to_fill, &slots_filled,
delay_list);
if (delay_list == 0)
delay_list
......
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