* function.c: Include target hook for nonlocal_goto frame value.
From-SVN: r135850
This commit is contained in:
parent
f97a942f6c
commit
88280cf9e0
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue