Skip to content

Commit 5113c71

Browse files
author
chenlonglong
committed
refine
1 parent 185d402 commit 5113c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/IR/AffineExpr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ static bool isDivisibleBySymbol(AffineExpr expr, unsigned symbolPos,
415415
case AffineExprKind::Mod: {
416416
AffineBinaryOpExpr binaryExpr = cast<AffineBinaryOpExpr>(expr);
417417
stack.emplace_back(binaryExpr.getLHS(), symbolPos, AffineExprKind::Mod,
418-
[&stack, &result, binaryExpr, symbolPos, opKind]() {
418+
[&stack, &result, binaryExpr, symbolPos]() {
419419
if (result) {
420420
stack.emplace_back(
421421
binaryExpr.getRHS(), symbolPos,

0 commit comments

Comments
 (0)