Commit de9e5c23 by Alan Modra Committed by Richard Henderson

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
parent 39c39be9
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> 2000-12-05 Richard Henderson <rth@redhat.com>
* flow.c (calculate_global_regs_live): Only force stack pointer * flow.c (calculate_global_regs_live): Only force stack pointer
......
...@@ -1348,7 +1348,7 @@ reorder_basic_blocks () ...@@ -1348,7 +1348,7 @@ reorder_basic_blocks ()
/* We do not currently handle correct re-placement of EH notes. /* We do not currently handle correct re-placement of EH notes.
But that does not matter unless we intend to use them. */ 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++) for (i = 0; i < n_basic_blocks; i++)
{ {
edge e; edge e;
......
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