Commit 0081ba3
committed
[mlir] Remove a redundant cast (NFC)
llvm::all_of already returns bool.
Identified with readability-redundant-casting.1 parent d831f8d commit 0081ba3
File tree
1 file changed
+1
-1
lines changed- mlir/lib/Dialect/Bufferization/Transforms
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
| 500 | + | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| |||
0 commit comments