Commit 6545f0b3 by Thomas Schwinge Committed by Thomas Schwinge

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
parent 1a79fb8a
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
macros.
......
......@@ -2204,7 +2204,7 @@ regular critical section around the expression is used.
@item OMP_CLAUSE
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:
@code{OMP_CLAUSE_PRIVATE}, @code{OMP_CLAUSE_SHARED},
@code{OMP_CLAUSE_FIRSTPRIVATE},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment