Skip to content

Commit 693dc50

Browse files
committed
Fix CI errors
1 parent 9816073 commit 693dc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/OpenMP/LowerWorkdistribute.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ static bool usedOutsideSplit(Value v, Operation *split) {
569569
return true;
570570
}
571571
return false;
572-
};
572+
}
573573

574574
// isRecomputableAfterFission checks if an operation can be recomputed
575575
static bool isRecomputableAfterFission(Operation *op, Operation *splitBefore) {

0 commit comments

Comments
 (0)