summaryrefslogtreecommitdiffstats
path: root/gcc/bb-reorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/bb-reorder.c')
-rw-r--r--gcc/bb-reorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c
index 45b5f2f680c..9b8a1bd17e6 100644
--- a/gcc/bb-reorder.c
+++ b/gcc/bb-reorder.c
@@ -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;
OpenPOWER on IntegriCloud