@@ -1908,12 +1908,14 @@ genTaskyieldOp(lower::AbstractConverter &converter, lower::SymMap &symTable,
1908
1908
1909
1909
static mlir::omp::WorkshareOp
1910
1910
genWorkshareOp (lower::AbstractConverter &converter, lower::SymMap &symTable,
1911
- semantics::SemanticsContext &semaCtx, lower::pft::Evaluation &eval,
1912
- mlir::Location loc, const ConstructQueue &queue,
1913
- ConstructQueue::iterator item) {
1911
+ semantics::SemanticsContext &semaCtx,
1912
+ lower::pft::Evaluation &eval, mlir::Location loc,
1913
+ const ConstructQueue &queue,
1914
+ ConstructQueue::const_iterator item) {
1914
1915
lower::StatementContext stmtCtx;
1915
1916
mlir::omp::WorkshareOperands clauseOps;
1916
- genWorkshareClauses (converter, semaCtx, stmtCtx, item->clauses , loc, clauseOps);
1917
+ genWorkshareClauses (converter, semaCtx, stmtCtx, item->clauses , loc,
1918
+ clauseOps);
1917
1919
1918
1920
return genOpWithBody<mlir::omp::WorkshareOp>(
1919
1921
OpWithBodyGenInfo (converter, symTable, semaCtx, loc, eval,
0 commit comments