comparison gcc/omp-expand.h @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children 1830386684a0
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
1 /* Expansion pass for OMP directives. Outlines regions of certain OMP 1 /* Expansion pass for OMP directives. Outlines regions of certain OMP
2 directives to separate functions, converts others into explicit calls to the 2 directives to separate functions, converts others into explicit calls to the
3 runtime library (libgomp) and so forth 3 runtime library (libgomp) and so forth
4 4
5 Copyright (C) 2005-2017 Free Software Foundation, Inc. 5 Copyright (C) 2005-2018 Free Software Foundation, Inc.
6 6
7 This file is part of GCC. 7 This file is part of GCC.
8 8
9 GCC is free software; you can redistribute it and/or modify it under 9 GCC is free software; you can redistribute it and/or modify it under
10 the terms of the GNU General Public License as published by the Free 10 the terms of the GNU General Public License as published by the Free