diff options
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r-- | gcc/omp-low.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c index b96da5fe1e2..ec02b5f50a4 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -3495,6 +3495,8 @@ expand_omp_taskreg (struct omp_region *region) if (changed) cleanup_tree_cfg (); } + if (gimple_in_ssa_p (cfun)) + update_ssa (TODO_update_ssa); current_function_decl = save_current; pop_cfun (); } |