Move pass_expand_omp_ssa out of pass_parallelize_loops
2016-01-16 Tom de Vries <tom@codesourcery.com> * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops. From-SVN: r232473
This commit is contained in:
parent
0b0521ba46
commit
2d73a9d279
@ -1,3 +1,7 @@
|
||||
2016-01-16 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
* passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
|
||||
|
||||
2016-01-16 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
* omp-low.c (expand_omp_atomic_fetch_op): Release defs of update stmt.
|
||||
|
@ -273,9 +273,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
POP_INSERT_PASSES ()
|
||||
NEXT_PASS (pass_iv_canon);
|
||||
NEXT_PASS (pass_parallelize_loops);
|
||||
PUSH_INSERT_PASSES_WITHIN (pass_parallelize_loops)
|
||||
NEXT_PASS (pass_expand_omp_ssa);
|
||||
POP_INSERT_PASSES ()
|
||||
NEXT_PASS (pass_expand_omp_ssa);
|
||||
NEXT_PASS (pass_ch_vect);
|
||||
NEXT_PASS (pass_if_conversion);
|
||||
/* pass_vectorize must immediately follow pass_if_conversion.
|
||||
|
Loading…
Reference in New Issue
Block a user