]> git.ipfire.org Git - thirdparty/gcc.git/commit
GF_OMP_FOR_SIMD: Flag for SIMD variants of OMP_FOR kinds.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 23 May 2014 11:32:01 +0000 (13:32 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 23 May 2014 11:32:01 +0000 (13:32 +0200)
commit0aadce73310807081b7df2b2310f6463e2379e00
treee2e024643b9068bb6399b4c525c4362608dee32e
parenteb63c927ea35dbfb28fb4431de4b77f41f2b390e
GF_OMP_FOR_SIMD: Flag for SIMD variants of OMP_FOR kinds.

gcc/
* gimple.h (enum gf_mask): Add and use GF_OMP_FOR_SIMD.
* omp-low.c: Update accordingly.

From-SVN: r210855
gcc/ChangeLog
gcc/gimple.h
gcc/omp-low.c