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:
parent
451c19c488
commit
1ac4b8e4ec
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user