summaryrefslogtreecommitdiff
path: root/flang/examples/FeatureList/FeatureList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'flang/examples/FeatureList/FeatureList.cpp')
-rw-r--r--flang/examples/FeatureList/FeatureList.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/flang/examples/FeatureList/FeatureList.cpp b/flang/examples/FeatureList/FeatureList.cpp
index b686430e7f58..8d370adc51d6 100644
--- a/flang/examples/FeatureList/FeatureList.cpp
+++ b/flang/examples/FeatureList/FeatureList.cpp
@@ -448,9 +448,9 @@ public:
READ_FEATURE(OmpBeginDirective)
READ_FEATURE(OmpBeginLoopDirective)
READ_FEATURE(OmpBeginSectionsDirective)
+ READ_FEATURE(OmpBlockConstruct)
READ_FEATURE(OmpClause)
READ_FEATURE(OmpClauseList)
- READ_FEATURE(OmpCriticalDirective)
READ_FEATURE(OmpDeclareTargetSpecifier)
READ_FEATURE(OmpDeclareTargetWithClause)
READ_FEATURE(OmpDeclareTargetWithList)
@@ -472,7 +472,6 @@ public:
READ_FEATURE(OmpIterationOffset)
READ_FEATURE(OmpIterationVector)
READ_FEATURE(OmpEndDirective)
- READ_FEATURE(OmpEndCriticalDirective)
READ_FEATURE(OmpEndLoopDirective)
READ_FEATURE(OmpEndSectionsDirective)
READ_FEATURE(OmpGrainsizeClause)
@@ -543,7 +542,6 @@ public:
READ_FEATURE(OpenACCStandaloneConstruct)
READ_FEATURE(OpenACCWaitConstruct)
READ_FEATURE(OpenMPAtomicConstruct)
- READ_FEATURE(OpenMPBlockConstruct)
READ_FEATURE(OpenMPCancelConstruct)
READ_FEATURE(OpenMPCancellationPointConstruct)
READ_FEATURE(OpenMPConstruct)