* function.c: Include target hook for nonlocal_goto frame value.

From-SVN: r135850
This commit is contained in:
Andy Hutchinson 2008-05-24 17:00:47 +00:00 committed by Andy Hutchinson
parent f97a942f6c
commit 88280cf9e0
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-05-24 Andy Hutchinson <hutchinsonandy@aim.com>
* function.c: Include target hook for nonlocal_goto frame value.
2008-05-24 Richard Guenther <rguenther@suse.de>
* tree-dfa.c (refs_may_alias_p): Re-instantiate case that

View file

@ -4234,7 +4234,7 @@ expand_function_start (tree subr)
r_save = expand_expr (t_save, NULL_RTX, VOIDmode, EXPAND_WRITE);
r_save = convert_memory_address (Pmode, r_save);
emit_move_insn (r_save, virtual_stack_vars_rtx);
emit_move_insn (r_save, targetm.builtin_setjmp_frame_value ());
update_nonlocal_goto_save_area ();
}