r208013 - in /branches/gomp-4_0-branch/gcc: Cha...

tschwinge@gcc.gnu.org tschwinge@gcc.gnu.org
Fri Feb 21 19:26:00 GMT 2014


Author: tschwinge
Date: Fri Feb 21 19:26:01 2014
New Revision: 208013

URL: http://gcc.gnu.org/viewcvs?rev=208013&root=gcc&view=rev
Log:
gimple_code_is_oacc -> is_gimple_omp_oacc_specifically.

	gcc/
	* omp-low.c (gimple_code_is_oacc): Move to...
	* gimple.h (is_gimple_omp_oacc_specifically): ... here.  Update
	users, and also use it in more places where currently we've only
	been checking for GIMPLE_OACC_PARALLEL.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/gimple.h
    branches/gomp-4_0-branch/gcc/omp-low.c



More information about the Gcc-cvs mailing list