generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not sub-codes.
gcc/ * doc/generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not sub-codes. From-SVN: r203414
This commit is contained in:
parent
1a79fb8af2
commit
6545f0b3ff
@ -1,5 +1,8 @@
|
|||||||
2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
|
2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
|
* doc/generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not
|
||||||
|
sub-codes.
|
||||||
|
|
||||||
* doc/generic.texi (Adding new DECL node types): Explain *_CHECK
|
* doc/generic.texi (Adding new DECL node types): Explain *_CHECK
|
||||||
macros.
|
macros.
|
||||||
|
|
||||||
|
@ -2204,7 +2204,7 @@ regular critical section around the expression is used.
|
|||||||
@item OMP_CLAUSE
|
@item OMP_CLAUSE
|
||||||
|
|
||||||
Represents clauses associated with one of the @code{OMP_} directives.
|
Represents clauses associated with one of the @code{OMP_} directives.
|
||||||
Clauses are represented by separate sub-codes defined in
|
Clauses are represented by separate subcodes defined in
|
||||||
@file{tree.h}. Clauses codes can be one of:
|
@file{tree.h}. Clauses codes can be one of:
|
||||||
@code{OMP_CLAUSE_PRIVATE}, @code{OMP_CLAUSE_SHARED},
|
@code{OMP_CLAUSE_PRIVATE}, @code{OMP_CLAUSE_SHARED},
|
||||||
@code{OMP_CLAUSE_FIRSTPRIVATE},
|
@code{OMP_CLAUSE_FIRSTPRIVATE},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user