Skip to content

Commit 3a4eb3a

Browse files
[MemoryBanking] Fix typo; NFC
1 parent 3040f29 commit 3a4eb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Transforms/MemoryBanking.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ void MemoryBankingPass::runOnOperation() {
923923
break;
924924
}
925925
} while (banksCreated);
926-
};
926+
}
927927

928928
LogicalResult MemoryBankingPass::applyMemoryBanking(Operation *operation,
929929
MLIRContext *ctx) {

0 commit comments

Comments
 (0)