File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -1313,14 +1313,10 @@ genTargetOp(Fortran::lower::AbstractConverter &converter,
1313
1313
cp.processHasDeviceAddr (deviceAddrOperands, deviceAddrTypes, deviceAddrLocs,
1314
1314
deviceAddrSymbols);
1315
1315
1316
- cp.processTODO <Fortran::parser::OmpClause::Private,
1317
- Fortran::parser::OmpClause::Firstprivate,
1318
- Fortran::parser::OmpClause::Reduction,
1319
- Fortran::parser::OmpClause::InReduction,
1320
- Fortran::parser::OmpClause::Allocate,
1321
- Fortran::parser::OmpClause::UsesAllocators,
1322
- Fortran::parser::OmpClause::Defaultmap>(
1323
- currentLocation, llvm::omp::Directive::OMPD_target);
1316
+ cp.processTODO <clause::Private, clause::Firstprivate, clause::Reduction,
1317
+ clause::InReduction, clause::Allocate, clause::UsesAllocators,
1318
+ clause::Defaultmap>(currentLocation,
1319
+ llvm::omp::Directive::OMPD_target);
1324
1320
1325
1321
// 5.8.1 Implicit Data-Mapping Attribute Rules
1326
1322
// The following code follows the implicit data-mapping rules to map all the
You can’t perform that action at this time.
0 commit comments