diff options
Diffstat (limited to 'flang/test/Parser/OpenMP/scope.f90')
| -rw-r--r-- | flang/test/Parser/OpenMP/scope.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/Parser/OpenMP/scope.f90 b/flang/test/Parser/OpenMP/scope.f90 index 9e046d69f351..610a84ec71d5 100644 --- a/flang/test/Parser/OpenMP/scope.f90 +++ b/flang/test/Parser/OpenMP/scope.f90 @@ -8,7 +8,7 @@ program omp_scope !CHECK: !$OMP SCOPE PRIVATE(i) !CHECK: !$OMP END SCOPE -!PARSE-TREE: ExecutionPartConstruct -> ExecutableConstruct -> OpenMPConstruct -> OpenMPBlockConstruct +!PARSE-TREE: ExecutionPartConstruct -> ExecutableConstruct -> OpenMPConstruct -> OmpBlockConstruct !PARSE-TREE: OmpBeginDirective !PARSE-TREE: OmpDirectiveName -> llvm::omp::Directive = scope !PARSE-TREE: OmpClauseList -> OmpClause -> Private -> OmpObjectList -> OmpObject -> Designator -> DataRef -> Name = 'i' |
