Just enumerate all GF_OMP_FOR_KIND_* and GF_OMP_TARGET_KIND_*.
commit834daebdafa1cf4f8507fb932b7115ba3ebb02a3
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Mar 2014 14:39:30 +0000 (20 14:39 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Mar 2014 14:39:30 +0000 (20 14:39 +0000)
tree32f5009e11e210adb10681012a806f1200232816
parent22dd36a31c433dcd8bcc890d245a9e4ac6ed9c7f
Just enumerate all GF_OMP_FOR_KIND_* and GF_OMP_TARGET_KIND_*.

gcc/
* gimple.h (enum gf_mask): Rewrite "<< 0" shift expressions used
for GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_KIND_FOR,
GF_OMP_FOR_KIND_DISTRIBUTE, GF_OMP_FOR_KIND_SIMD,
GF_OMP_FOR_KIND_CILKSIMD, GF_OMP_TARGET_KIND_MASK,
GF_OMP_TARGET_KIND_REGION, GF_OMP_TARGET_KIND_DATA,
GF_OMP_TARGET_KIND_UPDATE, GF_OMP_TARGET_KIND_OACC_DATA.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-4_0-branch@208702 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.gomp
gcc/gimple.h