gcc/
2011-09-13 Giuseppe Scrivano <gscrivano@gnu.org>
* reorg.c: Always define make_return_insns.
From-SVN: r178813
+2011-09-13 Giuseppe Scrivano <gscrivano@gnu.org>
+
+ * reorg.c: Always define make_return_insns.
+
2011-09-13 Jan Hubicka <jh@suse.cz>
PR other/49533
int *, rtx);
static void fill_eager_delay_slots (void);
static void relax_delay_slots (rtx);
-#ifdef HAVE_return
static void make_return_insns (rtx);
-#endif
\f
/* A wrapper around next_active_insn which takes care to return ret_rtx
unchanged. */
}
}
\f
-#ifdef HAVE_return
/* Look for filled jumps to the end of function label. We can try to convert
them into RETURN insns if the insns in the delay slot are valid for the
fill_simple_delay_slots (1);
fill_simple_delay_slots (0);
}
-#endif
\f
/* Try to find insns to place in delay slots. */