diff options
Diffstat (limited to 'gcc/tree-parloops.c')
-rw-r--r-- | gcc/tree-parloops.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-parloops.c b/gcc/tree-parloops.c index ea75ed9..4f3c13e 100644 --- a/gcc/tree-parloops.c +++ b/gcc/tree-parloops.c @@ -317,6 +317,9 @@ loop_parallel_p (struct loop *loop, htab_t reduction_list, struct tree_niter_des } } + /* Get rid of the information created by the vectorizer functions. */ + destroy_loop_vec_info (simple_loop_info, true); + for (phi = phi_nodes (exit->dest); phi; phi = PHI_CHAIN (phi)) { struct reduction_info *red; |