]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Move pass_expand_omp_ssa out of pass_parallelize_loops
authorTom de Vries <tom@codesourcery.com>
Sat, 16 Jan 2016 22:19:05 +0000 (22:19 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Sat, 16 Jan 2016 22:19:05 +0000 (22:19 +0000)
2016-01-16  Tom de Vries  <tom@codesourcery.com>

* passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.

From-SVN: r232473

gcc/ChangeLog
gcc/passes.def

index d5ea7f28eb5dbabe0162b707661fdaf0dc615033..f840fc785a62bc1d8a088d9a7f2ba0506e26b82b 100644 (file)
@@ -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.
index c593851d96d19960c749e1770212797d92a56ef4..392a9bce323d68179c6b7b3132fee0478eb33ee4 100644 (file)
@@ -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.