Skip to content

Commit 795aa48

Browse files
committed
[mlir] replace class with struct in a forward declaration
Silence the warning. Differential Revision: https://reviews.llvm.org/D113018
1 parent 8291461 commit 795aa48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Linalg/Transforms/BufferizableOpInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace mlir {
1818
class BlockAndValueMapping;
1919

2020
namespace linalg {
21-
class AllocationCallbacks;
21+
struct AllocationCallbacks;
2222
class BufferizationAliasInfo;
2323

2424
/// Specify fine-grain relationship between buffers to enable more analysis.

0 commit comments

Comments
 (0)