Merge GIMPLE_OACC_KERNELS and GIMPLE_OACC_PARALLEL into GIMPLE_OMP_TARGET.
commit28629d718a63a782170cfb06a4d0278de0779039
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Dec 2014 09:52:28 +0000 (10 09:52 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Dec 2014 09:52:28 +0000 (10 09:52 +0000)
tree07efad179e07dedb179e1db9392e834926ae118a
parent86724db93ad780106102573f2cfadd6f884e8650
Merge GIMPLE_OACC_KERNELS and GIMPLE_OACC_PARALLEL into GIMPLE_OMP_TARGET.

gcc/
* gimple.def (GIMPLE_OACC_KERNELS, GIMPLE_OACC_PARALLEL): Merge
into GIMPLE_OMP_TARGET.  Update all users.

gcc/
* cgraphbuild.c (pass_build_cgraph_edges::execute): Remove
handling of GIMPLE_OACC_PARALLEL.
* gimple-pretty-print.c (dump_gimple_omp_target): Dump a bit more
data, pretty-printing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-4_0-branch@218568 138bc75d-0d04-0410-961f-82ee72b054a4
14 files changed:
gcc/ChangeLog.gomp
gcc/cgraphbuild.c
gcc/doc/gimple.texi
gcc/gimple-low.c
gcc/gimple-pretty-print.c
gcc/gimple-walk.c
gcc/gimple.c
gcc/gimple.def
gcc/gimple.h
gcc/gimplify.c
gcc/omp-low.c
gcc/testsuite/gfortran.dg/goacc/private-1.f95
gcc/tree-inline.c
gcc/tree-nested.c