* tree.h (struct tree_omp_clause): Use OMP_CLAUSE_CODE rather
than TREE_CODE as index into omp_clause_num_ops array.
From-SVN: r111115
+2006-02-15 Jakub Jelinek <jakub@redhat.com>
+
+ * tree.h (struct tree_omp_clause): Use OMP_CLAUSE_CODE rather
+ than TREE_CODE as index into omp_clause_num_ops array.
+
2006-02-15 Uttam Pawar <uttamp@us.ibm.com>
PR rtl-optimization/26184
enum omp_clause_schedule_kind schedule_kind;
enum tree_code reduction_code;
} GTY ((skip)) subcode;
- tree GTY ((length ("omp_clause_num_ops[TREE_CODE ((tree)&%h)]"))) ops[1];
+ tree GTY ((length ("omp_clause_num_ops[OMP_CLAUSE_CODE ((tree)&%h)]"))) ops[1];
};
\f