Commit ee049cb7 by Bernd Schmidt Committed by Bernd Schmidt

function.c (thread_prologue_and_epilogue_insns): Don't shrink-wrap if profiling after the prologue.

	* function.c (thread_prologue_and_epilogue_insns): Don't shrink-wrap
	if profiling after the prologue.

From-SVN: r179577
parent 854f7cbe
2011-10-05 Bernd Schmidt <bernds@codesourcery.com>
* function.c (thread_prologue_and_epilogue_insns): Don't shrink-wrap
if profiling after the prologue.
2011-10-05 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/50613
......@@ -5571,6 +5571,7 @@ thread_prologue_and_epilogue_insns (void)
}
if (flag_shrink_wrap && HAVE_simple_return
&& (targetm.profile_before_prologue () || !crtl->profile)
&& nonempty_prologue && !crtl->calls_eh_return)
{
HARD_REG_SET prologue_clobbered, prologue_used, live_on_edge;
......
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