]> git.ipfire.org Git - thirdparty/gcc.git/commit
Cleanup libgomp's coalesce chunk data structures
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Dec 2018 11:33:54 +0000 (11:33 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Dec 2018 11:33:54 +0000 (11:33 +0000)
commit65c9e9f98bd9919ba1a93a87b7ebec4ab30283b2
treebbca32bf44f8d23b66bf988b0d6d1e7c171bd643
parent7c9096f8876d14121d6c0af8ba2c2c4ad924c916
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267446 138bc75d-0d04-0410-961f-82ee72b054a4
libgomp/ChangeLog
libgomp/target.c