@@ -1934,12 +1934,14 @@ genTaskyieldOp(lower::AbstractConverter &converter, lower::SymMap &symTable,
1934
1934
1935
1935
static mlir::omp::WorkshareOp
1936
1936
genWorkshareOp (lower::AbstractConverter &converter, lower::SymMap &symTable,
1937
- semantics::SemanticsContext &semaCtx, lower::pft::Evaluation &eval,
1938
- mlir::Location loc, const ConstructQueue &queue,
1939
- ConstructQueue::iterator item) {
1937
+ semantics::SemanticsContext &semaCtx,
1938
+ lower::pft::Evaluation &eval, mlir::Location loc,
1939
+ const ConstructQueue &queue,
1940
+ ConstructQueue::const_iterator item) {
1940
1941
lower::StatementContext stmtCtx;
1941
1942
mlir::omp::WorkshareOperands clauseOps;
1942
- genWorkshareClauses (converter, semaCtx, stmtCtx, item->clauses , loc, clauseOps);
1943
+ genWorkshareClauses (converter, semaCtx, stmtCtx, item->clauses , loc,
1944
+ clauseOps);
1943
1945
1944
1946
return genOpWithBody<mlir::omp::WorkshareOp>(
1945
1947
OpWithBodyGenInfo (converter, symTable, semaCtx, loc, eval,
0 commit comments