diff options
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index 3cde9b27ab8..f40d2c1525b 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -1751,7 +1751,7 @@ try_optimize_cfg (int mode) if (mode & (CLEANUP_UPDATE_LIFE | CLEANUP_CROSSJUMP | CLEANUP_THREADING)) clear_bb_flags (); - if (! (* targetm.cannot_modify_jumps_p) ()) + if (! targetm.cannot_modify_jumps_p ()) { first_pass = true; /* Attempt to merge blocks as made possible by edge removal. If |