tree.h (struct tree_omp_clause): Use OMP_CLAUSE_CODE rather than TREE_CODE as index...
authorJakub Jelinek <jakub@redhat.com>
Wed, 15 Feb 2006 20:38:59 +0000 (21:38 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 15 Feb 2006 20:38:59 +0000 (21:38 +0100)
commitfb57dc0bf0b060e936dbb376ceca3eca35c15787
treecd16013032b3793b8fe41cbe9ef95619c851a9d9
parentf4daf7e44e61ed8987d419a692015de25405be70
tree.h (struct tree_omp_clause): Use OMP_CLAUSE_CODE rather than TREE_CODE as index into omp_clause_num_ops array.

* 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
gcc/ChangeLog
gcc/tree.h