Skip to content

Commit 25ca535

Browse files
committed
clang-format
1 parent b7d5259 commit 25ca535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Dialect/AIE/Transforms/AIEObjectFifoStatefulTransform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2365,7 +2365,7 @@ struct AIEObjectFifoStatefulTransformPass
23652365
//===----------------------------------------------------------------===//
23662366
// For tiles using the dynamic objectFifo lowering, the number of locks
23672367
// to acquire is computed at runtime from a per-(fifo,port) "held" counter
2368-
// stored in a local buffer.
2368+
// stored in a local buffer.
23692369
// Runtime lock counts require semaphore locks (AIE2+); on architectures
23702370
// with binary locks (AIE1) the dynamic lowering keeps static lock counts.
23712371
bool isDynamicCore = dynamicLoweringTiles.count(coreOp.getTileOp()) > 0 &&

0 commit comments

Comments
 (0)