Skip to content

Commit ef365d2

Browse files
committed
format
1 parent 88ad7ce commit ef365d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/Transforms/CUFComputeSharedMemoryOffsetsAndSize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ struct CUFComputeSharedMemoryOffsetsAndSize
8282
// is computed.
8383
for (auto sharedOp : funcOp.getOps<cuf::SharedMemoryOp>()) {
8484
mlir::Location loc = sharedOp.getLoc();
85-
builder.setInsertionPoint(sharedOp);
85+
builder.setInsertionPoint(sharedOp);
8686
if (fir::hasDynamicSize(sharedOp.getInType())) {
8787
mlir::Type ty = sharedOp.getInType();
8888
if (auto seqTy = mlir::dyn_cast<fir::SequenceType>(ty))

0 commit comments

Comments
 (0)