Skip to content

Commit ec9c293

Browse files
authored
[MLIR][Bufferization] Remove GEN_PASS_DEF_BUFFERIZATIONBUFFERIZE (#128842)
It was related to the old bufferization mechanism, which has since been retired.
1 parent e264b0e commit ec9c293

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
namespace mlir {
2828
namespace bufferization {
29-
#define GEN_PASS_DEF_BUFFERIZATIONBUFFERIZE
3029
#define GEN_PASS_DEF_ONESHOTBUFFERIZE
3130
#include "mlir/Dialect/Bufferization/Transforms/Passes.h.inc"
3231
} // namespace bufferization

0 commit comments

Comments
 (0)