Commit d16e455d by Eric Botcazou Committed by Eric Botcazou

function.c (expand_function_end): Set the locator of the prologue on the stack checking insns.

	* function.c (expand_function_end): Set the locator of the prologue on
	the stack checking insns.

From-SVN: r166668
parent d780189f
2010-11-12 Eric Botcazou <ebotcazou@adacore.com>
* function.c (expand_function_end): Set the locator of the prologue on
the stack checking insns.
2010-11-12 Richard Henderson <rth@redhat.com>
* config.gcc [xtensa] (extra_options): Add fused-madd.opt.
......@@ -4867,6 +4867,7 @@ expand_function_end (void)
probe_stack_range (STACK_OLD_CHECK_PROTECT, max_frame_size);
seq = get_insns ();
end_sequence ();
set_insn_locators (seq, prologue_locator);
emit_insn_before (seq, stack_check_probe_note);
break;
}
......
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