omp-low.c (struct omp_context): Remove reduction_map field.
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 4 Nov 2015 20:54:24 +0000 (20:54 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 4 Nov 2015 20:54:24 +0000 (20:54 +0000)
commitb76e99102f8a10f25b43e4dd64f2721922c272c9
tree0066dd24ed4d419d10a58642e11d261a1918cba7
parentccc8282babb2336eab6457a0541a884348c7bafb
omp-low.c (struct omp_context): Remove reduction_map field.

* omp-low.c (struct omp_context): Remove reduction_map field.
(lookup_oacc_reduction, maybe_lookup_oacc_reduction): Delete.
(new_omp_context, delete_omp_context, scan_omp_target): Remove
reduction_map handling.
(lower_omp_target): Remove obsolete openacc reduction handling.

From-SVN: r229781
gcc/ChangeLog
gcc/omp-low.c