Further simplify 'gcc/omp-oacc-neuter-broadcast.cc:record_field_map_t'
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 13 Aug 2021 19:17:55 +0000 (21:17 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 22 Feb 2022 16:43:39 +0000 (17:43 +0100)
commit0fe9176f410accc767e0abab010aec843b2e7ea6
tree707c49cffaf031a259adc2b33eea71fec158d104
parentf8187b5c0d22723c8e0a3d13d0ea5dd7ecfeff75
Further simplify 'gcc/omp-oacc-neuter-broadcast.cc:record_field_map_t'

Now that I've resolved GCC 'hash_map' issues (a while ago already), we may
further simplify this after commit 049eda8274b7394523238b17ab12c3e2889f253e
"Avoid 'GTY' use for 'gcc/omp-oacc-neuter-broadcast.cc:field_map'": as
'hash_map' Value, directly store 'field_map_t' objects, not pointers to
manually allocated 'field_map_t' objects.

gcc/
* omp-oacc-neuter-broadcast.cc (record_field_map_t): Further
simplify.  Adjust all users.
gcc/omp-oacc-neuter-broadcast.cc