Skip to content

Commit 790e017

Browse files
committed
fix CI error
1 parent 5eaee02 commit 790e017

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/lib/Optimizer/OpenMP/LowerWorkdistribute.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ workdistributeRuntimeCallLower(omp::WorkdistributeOp workdistribute,
613613
return failure();
614614
}
615615
auto *workdistributeBlock = &workdistribute.getRegion().front();
616-
auto *terminator = workdistributeBlock->getTerminator();
617616
bool changed = false;
618617
omp::TargetOp targetOp;
619618
// Get the target op parent of teams

0 commit comments

Comments
 (0)