diff options
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r-- | gcc/graphite.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c index 4531936b154..a615e2c1e49 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -4162,7 +4162,6 @@ gloog (scop_p scop, struct clast_stmt *stmt) if (new_scop_exit_edge->dest == EXIT_BLOCK_PTR) new_scop_exit_edge->flags = 0; - find_unreachable_blocks (); delete_unreachable_blocks (); patch_phis_for_virtual_defs (); patch_scop_exit_phi_args (new_scop_exit_edge, phi_args); |