mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-24 07:00:29 +08:00
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:
parent
39c39be99b
commit
de9e5c232b
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user