aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivcanon.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2012-09-23 20:37:37 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2012-09-23 20:37:37 +0000
commitee3de2b8b233709076f14bda4d05c0b593ddcece (patch)
treefb9a2e7eb731c6fd8366287fc8de648d785d068a /gcc/tree-ssa-loop-ivcanon.c
parent2d411f1d8e3529a97c9b607a88034d83fb341df0 (diff)
downloadgcc-ee3de2b8b233709076f14bda4d05c0b593ddcece.zip
gcc-ee3de2b8b233709076f14bda4d05c0b593ddcece.tar.gz
gcc-ee3de2b8b233709076f14bda4d05c0b593ddcece.tar.bz2
re PR tree-optimization/54669 (verify_flow_info failure after loop unrolling with -fnon-call-exceptions)
PR tree-optimization/54669 * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Invoke maybe_clean_or_replace_eh_stmt on the modified use statements. From-SVN: r191654
Diffstat (limited to 'gcc/tree-ssa-loop-ivcanon.c')
-rw-r--r--gcc/tree-ssa-loop-ivcanon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c
index 1e44dd4..b790e1f 100644
--- a/gcc/tree-ssa-loop-ivcanon.c
+++ b/gcc/tree-ssa-loop-ivcanon.c
@@ -531,6 +531,7 @@ propagate_into_all_uses (tree ssa_name, tree val)
fold_stmt_inplace (&use_stmt_gsi);
update_stmt (use_stmt);
+ maybe_clean_or_replace_eh_stmt (use_stmt, use_stmt);
}
}