Cleanup libgomp's coalesce chunk data structures
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 28 Dec 2018 11:33:54 +0000 (12:33 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 28 Dec 2018 11:33:54 +0000 (12:33 +0100)
commita44c17909ad65b9ed2e5a00116a355f1534ff6cb
treebbca32bf44f8d23b66bf988b0d6d1e7c171bd643
parenteb33bf0a0a4914eb2a88614cf4041069843018d6
Cleanup libgomp's coalesce chunk data structures

libgomp/
* target.c (struct gomp_coalesce_chunk): New structure.
(struct gomp_coalesce_buf): Update the chunks member to use that
type.  Adjust all users.

Co-Authored-By: Cesar Philippidis <cesar@codesourcery.com>
From-SVN: r267446
libgomp/ChangeLog
libgomp/target.c