diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-23 20:37:37 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-23 20:37:37 +0000 |
commit | f4ea772b296affa49fb655a8b8e4fb0345d2b192 (patch) | |
tree | fb9a2e7eb731c6fd8366287fc8de648d785d068a /gcc/tree-ssa-loop-ivcanon.c | |
parent | 9438b04d8cf94e225e12fb96469f3ad1da75046a (diff) | |
download | gcc-f4ea772b296affa49fb655a8b8e4fb0345d2b192.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191654 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-loop-ivcanon.c')
-rw-r--r-- | gcc/tree-ssa-loop-ivcanon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c index 1e44dd4c735..b790e1f43cc 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); } } |