Skip to content

Commit 111d8a1

Browse files
committed
[mlir][affine] remove unnecessary semicolons
1 parent 51018d1 commit 111d8a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/IR/AffineExpr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,6 @@ unsigned AffineSymbolExpr::getPosition() const {
511511

512512
AffineExpr mlir::getAffineSymbolExpr(unsigned position, MLIRContext *context) {
513513
return getAffineDimOrSymbol(AffineExprKind::SymbolId, position, context);
514-
;
515514
}
516515

517516
AffineConstantExpr::AffineConstantExpr(AffineExpr::ImplType *ptr)

0 commit comments

Comments
 (0)