Skip to content

Commit fdc7812

Browse files
authored
[mlir][docs] Fix typo in bufferization documentation(NFC) (#114342)
1 parent a8575c1 commit fdc7812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- BufferizationOps.td - Bufferization op definitions ----------*- tablegen -*-===//
1+
//===- BufferizationOps.td - Bufferization op definitions --*- tablegen -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -602,7 +602,7 @@ def Bufferization_DeallocOp : Bufferization_Op<"dealloc", [
602602
```
603603
Deallocation will be called on `%a0` if `%cond0` is 'true' and neither
604604
`%r0`, `%r1`, or `%r2` are aliases of `%a0`. `%a1` will be deallocated when
605-
`%cond1` is set to 'true' and none of `%r0`, %r1`, `%r2`, and `%a0` are
605+
`%cond1` is set to 'true' and none of `%r0`, `%r1`, `%r2`, and `%a0` are
606606
aliases.
607607

608608
Note that this can be an expensive operation if there are many operands that

0 commit comments

Comments
 (0)