From: Jim Wilson Date: Thu, 3 Feb 1994 02:21:50 +0000 (-0800) Subject: (fill_simple_delay_slots): When fill epilogue delay X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d2a50abb2f6557af2d9ca5c04bc8db5b81a3d26;p=gcc.git (fill_simple_delay_slots): When fill epilogue delay slot, set needed to end_of_function_needs instead of clearing it. From-SVN: r6471 --- diff --git a/gcc/reorg.c b/gcc/reorg.c index d62fd2d4cbd..563c607bcff 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -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);