aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2021-08-09 12:21:43 +0200
committerThomas Schwinge <thomas@codesourcery.com>2021-08-09 15:16:58 +0200
commit62f01243fb27030b8d99c671f27349c2e7465edc (patch)
tree9168f7f02487d9a87880f5bfaf580ce809faf702 /gcc/omp-low.c
parentc408512e1f7ca07e07794dc13fd6dfd9d2d7e998 (diff)
downloadgcc-62f01243fb27030b8d99c671f27349c2e7465edc.zip
gcc-62f01243fb27030b8d99c671f27349c2e7465edc.tar.gz
gcc-62f01243fb27030b8d99c671f27349c2e7465edc.tar.bz2
Cross-reference parts adapted in 'gcc/omp-oacc-neuter-broadcast.cc'
gcc/ * config/nvptx/nvptx.c: Cross-reference parts adapted in 'gcc/omp-oacc-neuter-broadcast.cc'. * omp-low.c: Likewise. * omp-oacc-neuter-broadcast.cc: Cross-reference parts adapted from the above files.
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r--gcc/omp-low.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c
index 2f735bc..926087d 100644
--- a/gcc/omp-low.c
+++ b/gcc/omp-low.c
@@ -615,6 +615,8 @@ omp_copy_decl_1 (tree var, omp_context *ctx)
/* Build COMPONENT_REF and set TREE_THIS_VOLATILE and TREE_READONLY on it
as appropriate. */
+/* See also 'gcc/omp-oacc-neuter-broadcast.cc:oacc_build_component_ref'. */
+
static tree
omp_build_component_ref (tree obj, tree field)
{