diff options
Diffstat (limited to 'gcc/tree-ssa-phiopt.c')
-rw-r--r-- | gcc/tree-ssa-phiopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-phiopt.c b/gcc/tree-ssa-phiopt.c index 5aba683..2b772db 100644 --- a/gcc/tree-ssa-phiopt.c +++ b/gcc/tree-ssa-phiopt.c @@ -351,7 +351,7 @@ replace_phi_edge_with_variable (basic_block cond_block, /* Eliminate the COND_EXPR at the end of COND_BLOCK. */ bsi = bsi_last (cond_block); - bsi_remove (&bsi); + bsi_remove (&bsi, true); if (dump_file && (dump_flags & TDF_DETAILS)) fprintf (dump_file, |