Skip to content

Commit 7ef9477

Browse files
committed
clang-format
1 parent ade6076 commit 7ef9477

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
@@ -2334,7 +2334,7 @@ struct AIEObjectFifoStatefulTransformPass
23342334
//===----------------------------------------------------------------===//
23352335
// For tiles using the dynamic objectFifo lowering, the number of locks
23362336
// to acquire is computed at runtime from a per-(fifo,port) "held" counter
2337-
// stored in a local buffer.
2337+
// stored in a local buffer.
23382338
// Runtime lock counts require semaphore locks (AIE2+); on architectures
23392339
// with binary locks (AIE1) the dynamic lowering keeps static lock counts.
23402340
bool isDynamicCore = dynamicLoweringTiles.count(coreOp.getTileOp()) > 0 &&

0 commit comments

Comments
 (0)