Commit 2d2a50ab by Jim Wilson

(fill_simple_delay_slots): When fill epilogue delay

slot, set needed to end_of_function_needs instead of clearing it.

From-SVN: r6471
parent ceb90aa7
......@@ -3051,7 +3051,7 @@ fill_simple_delay_slots (first, non_jumps_p)
return;
slots_filled = 0;
CLEAR_RESOURCE (&needed);
needed = end_of_function_needs;
CLEAR_RESOURCE (&set);
for (trial = get_last_insn (); ! stop_search_p (trial, 1);
......
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