@@ -25,7 +25,7 @@ subroutine f00(x)
2525! PARSE-TREE: | | | | | | LiteralConstant -> LogicalLiteralConstant
2626! PARSE-TREE: | | | | | | | bool = 'true'
2727! PARSE-TREE: | | OmpDirectiveSpecification
28- ! PARSE-TREE: | | | llvm::omp::Directive = allocate
28+ ! PARSE-TREE: | | | OmpDirectiveName -> llvm::omp::Directive = allocate
2929! PARSE-TREE: | | | OmpArgument -> OmpLocator -> OmpObject -> Designator -> DataRef -> Name = 'x'
3030! PARSE-TREE: | | | OmpClauseList ->
3131
@@ -51,7 +51,7 @@ subroutine f01(x)
5151! PARSE-TREE: | | | | | | LiteralConstant -> LogicalLiteralConstant
5252! PARSE-TREE: | | | | | | | bool = 'true'
5353! PARSE-TREE: | | OmpDirectiveSpecification
54- ! PARSE-TREE: | | | llvm::omp::Directive = critical
54+ ! PARSE-TREE: | | | OmpDirectiveName -> llvm::omp::Directive = critical
5555! PARSE-TREE: | | | OmpArgument -> OmpLocator -> OmpObject -> Designator -> DataRef -> Name = 'x'
5656! PARSE-TREE: | | | OmpClauseList ->
5757
@@ -76,7 +76,7 @@ subroutine f02
7676! PARSE-TREE: | | | | | | LiteralConstant -> LogicalLiteralConstant
7777! PARSE-TREE: | | | | | | | bool = 'true'
7878! PARSE-TREE: | | OmpDirectiveSpecification
79- ! PARSE-TREE: | | | llvm::omp::Directive = declare mapper
79+ ! PARSE-TREE: | | | OmpDirectiveName -> llvm::omp::Directive = declare mapper
8080! PARSE-TREE: | | | OmpArgument -> OmpMapperSpecifier
8181! PARSE-TREE: | | | | Name = 'mymapper'
8282! PARSE-TREE: | | | | TypeSpec -> IntrinsicTypeSpec -> IntegerTypeSpec ->
@@ -120,7 +120,7 @@ subroutine f03
120120! PARSE-TREE: | | | | | | LiteralConstant -> LogicalLiteralConstant
121121! PARSE-TREE: | | | | | | | bool = 'true'
122122! PARSE-TREE: | | OmpDirectiveSpecification
123- ! PARSE-TREE: | | | llvm::omp::Directive = declare reduction
123+ ! PARSE-TREE: | | | OmpDirectiveName -> llvm::omp::Directive = declare reduction
124124! PARSE-TREE: | | | OmpArgument -> OmpReductionSpecifier
125125! PARSE-TREE: | | | | OmpReductionIdentifier -> DefinedOperator -> IntrinsicOperator = Add
126126! PARSE-TREE: | | | | OmpTypeNameList -> OmpTypeSpecifier -> TypeSpec -> DerivedTypeSpec
@@ -158,7 +158,7 @@ subroutine f04
158158! PARSE-TREE: | | | | | | LiteralConstant -> LogicalLiteralConstant
159159! PARSE-TREE: | | | | | | | bool = 'true'
160160! PARSE-TREE: | | OmpDirectiveSpecification
161- ! PARSE-TREE: | | | llvm::omp::Directive = declare simd
161+ ! PARSE-TREE: | | | OmpDirectiveName -> llvm::omp::Directive = declare simd
162162! PARSE-TREE: | | | OmpArgument -> OmpLocator -> OmpObject -> Designator -> DataRef -> Name = 'f04'
163163! PARSE-TREE: | | | OmpClauseList ->
164164! PARSE-TREE: ImplicitPart ->
@@ -183,7 +183,7 @@ subroutine f05
183183! PARSE-TREE: | | | | | | LiteralConstant -> LogicalLiteralConstant
184184! PARSE-TREE: | | | | | | | bool = 'true'
185185! PARSE-TREE: | | OmpDirectiveSpecification
186- ! PARSE-TREE: | | | llvm::omp::Directive = declare target
186+ ! PARSE-TREE: | | | OmpDirectiveName -> llvm::omp::Directive = declare target
187187! PARSE-TREE: | | | OmpArgument -> OmpLocator -> OmpObject -> Designator -> DataRef -> Name = 'f05'
188188! PARSE-TREE: | | | OmpClauseList ->
189189! PARSE-TREE: ImplicitPart ->
@@ -210,7 +210,7 @@ subroutine f06(x, y)
210210! PARSE-TREE: | | | | | | LiteralConstant -> LogicalLiteralConstant
211211! PARSE-TREE: | | | | | | | bool = 'true'
212212! PARSE-TREE: | | OmpDirectiveSpecification
213- ! PARSE-TREE: | | | llvm::omp::Directive = flush
213+ ! PARSE-TREE: | | | OmpDirectiveName -> llvm::omp::Directive = flush
214214! PARSE-TREE: | | | OmpArgument -> OmpLocator -> OmpObject -> Designator -> DataRef -> Name = 'x'
215215! PARSE-TREE: | | | OmpArgument -> OmpLocator -> OmpObject -> Designator -> DataRef -> Name = 'y'
216216! PARSE-TREE: | | | OmpClauseList ->
@@ -237,6 +237,6 @@ subroutine f07
237237! PARSE-TREE: | | | | | | LiteralConstant -> LogicalLiteralConstant
238238! PARSE-TREE: | | | | | | | bool = 'true'
239239! PARSE-TREE: | | OmpDirectiveSpecification
240- ! PARSE-TREE: | | | llvm::omp::Directive = threadprivate
240+ ! PARSE-TREE: | | | OmpDirectiveName -> llvm::omp::Directive = threadprivate
241241! PARSE-TREE: | | | OmpArgument -> OmpLocator -> OmpObject -> Designator -> DataRef -> Name = 't'
242242! PARSE-TREE: | | | OmpClauseList ->
0 commit comments