bb-reorder.c (reorder_basic_blocks): Do check for EH edges even when using sjlj.

* bb-reorder.c (reorder_basic_blocks): Do check for EH edges even
        when using sjlj.

From-SVN: r38028
This commit is contained in:
Alan Modra 2000-12-05 08:00:32 +00:00 committed by Richard Henderson
parent 39c39be99b
commit de9e5c232b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2000-12-05 Alan Modra <alan@linuxcare.com.au>
* bb-reorder.c (reorder_basic_blocks): Do check for EH edges even
when using sjlj.
2000-12-05 Richard Henderson <rth@redhat.com>
* flow.c (calculate_global_regs_live): Only force stack pointer

View file

@ -1348,7 +1348,7 @@ reorder_basic_blocks ()
/* We do not currently handle correct re-placement of EH notes.
But that does not matter unless we intend to use them. */
if (flag_exceptions && ! exceptions_via_longjmp)
if (flag_exceptions)
for (i = 0; i < n_basic_blocks; i++)
{
edge e;