Skip to content

Commit 543fad0

Browse files
committed
formatting
1 parent caabd5e commit 543fad0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flang/lib/Lower/OpenMP/OpenMP.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,11 +1773,11 @@ static void genTaskloopClauses(lower::AbstractConverter &converter,
17731773
cp.processGrainsize(stmtCtx, clauseOps);
17741774
cp.processNumTasks(stmtCtx, clauseOps);
17751775

1776-
cp.processTODO<clause::Allocate, clause::Default,
1777-
clause::Final, clause::If, clause::InReduction,
1778-
clause::Lastprivate, clause::Mergeable, clause::Nogroup,
1779-
clause::Priority, clause::Reduction, clause::Shared,
1780-
clause::Untied>(loc, llvm::omp::Directive::OMPD_taskloop);
1776+
cp.processTODO<clause::Allocate, clause::Default, clause::Final, clause::If,
1777+
clause::InReduction, clause::Lastprivate, clause::Mergeable,
1778+
clause::Nogroup, clause::Priority, clause::Reduction,
1779+
clause::Shared, clause::Untied>(
1780+
loc, llvm::omp::Directive::OMPD_taskloop);
17811781
}
17821782

17831783
static void genTaskwaitClauses(lower::AbstractConverter &converter,

0 commit comments

Comments
 (0)