Skip to content

Commit 552c817

Browse files
committed
Fixed typo
1 parent b34455d commit 552c817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation/dealloc-memoryeffect-interface.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func.func @manual_deallocation(%c: i1, %f: f32, %idx: index) -> f32 {
159159

160160
// -----
161161

162-
// CHECK-LABEL: func.func private @properly_creats_deallocations_in_execute_region(
162+
// CHECK-LABEL: func.func private @properly_creates_deallocations_in_execute_region(
163163
// CHECK: %[[true:.*]] = arith.constant true
164164
// CHECK: scf.execute_region no_inline {
165165
// CHECK: %[[alloc:.*]] = memref.alloc() {alignment = 64 : i64} : memref<1x63x378x16xui8>

0 commit comments

Comments
 (0)