tree.h (OMP_CLAUSE_CODE): Remove duplicate definition.

gcc/
	* tree.h (OMP_CLAUSE_CODE): Remove duplicate definition.

From-SVN: r203419
This commit is contained in:
Thomas Schwinge 2013-10-11 12:43:04 +02:00 committed by Thomas Schwinge
parent 451c19c488
commit 1ac4b8e4ec
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
* tree.h (OMP_CLAUSE_CODE): Remove duplicate definition.
* gimple.c: GIMPLE statements have subcodes, not sub-codes.
* gimple.h: Likewise.

View File

@ -1419,9 +1419,6 @@ extern void protected_set_expr_location (tree, location_t);
#define OMP_CLAUSE_SET_CODE(NODE, CODE) \
((OMP_CLAUSE_CHECK (NODE))->omp_clause.code = (CODE))
#define OMP_CLAUSE_CODE(NODE) \
(OMP_CLAUSE_CHECK (NODE))->omp_clause.code
#define OMP_CLAUSE_OPERAND(NODE, I) \
OMP_CLAUSE_ELT_CHECK (NODE, I)