Just enumerate all GF_OMP_FOR_KIND_* and GF_OMP_TARGET_KIND_*.
commit271fe9cf111f6b581451bbfb4d346757877896cd
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 May 2014 11:31:51 +0000 (23 11:31 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 May 2014 11:31:51 +0000 (23 11:31 +0000)
treeda4839283cd9e3c310fee943219714276948da6b
parent6ce915efcdc3c84853ae8240902bf0bbc1c640ad
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210854 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimple.h