Commit 062a5fd1 by John David Anglin Committed by John David Anglin

re PR target/41393 (ICE in get_eh_region_and_lp_from_rtx at except.c:1692)

	PR target/41393
	* pa.c (hppa_profile_hook): Use
	make_reg_eh_region_note_nothrow_nononlocal to add REG_EH_REGION note.

From-SVN: r152309
parent cd17b213
2009-09-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/41393
* pa.c (hppa_profile_hook): Use
make_reg_eh_region_note_nothrow_nononlocal to add REG_EH_REGION note.
2009-09-29 Steve Ellcey <sje@cup.hp.com> 2009-09-29 Steve Ellcey <sje@cup.hp.com>
Alexander Monakov <amonakov@ispras.ru> Alexander Monakov <amonakov@ispras.ru>
...@@ -4361,7 +4361,7 @@ hppa_profile_hook (int label_no) ...@@ -4361,7 +4361,7 @@ hppa_profile_hook (int label_no)
/* Indicate the _mcount call cannot throw, nor will it execute a /* Indicate the _mcount call cannot throw, nor will it execute a
non-local goto. */ non-local goto. */
add_reg_note (call_insn, REG_EH_REGION, constm1_rtx); make_reg_eh_region_note_nothrow_nononlocal (call_insn);
} }
/* Fetch the return address for the frame COUNT steps up from /* Fetch the return address for the frame COUNT steps up from
......
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