File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ void arith::ArithDialect::initialize() {
49
49
>();
50
50
addInterfaces<ArithInlinerInterface>();
51
51
declarePromisedInterface<ConvertToLLVMPatternInterface, ArithDialect>();
52
- declarePromisedInterface<bufferization::BufferDeallocationOpInterface,
52
+ declarePromisedInterface<bufferization::BufferDeallocationOpInterface,
53
53
SelectOp>();
54
54
declarePromisedInterfaces<bufferization::BufferizableOpInterface, ConstantOp,
55
55
IndexCastOp, SelectOp>();
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ void ControlFlowDialect::initialize() {
73
73
declarePromisedInterface<ConvertToLLVMPatternInterface, ControlFlowDialect>();
74
74
declarePromisedInterfaces<bufferization::BufferizableOpInterface, BranchOp,
75
75
CondBranchOp>();
76
- declarePromisedInterface<bufferization::BufferDeallocationOpInterface,
76
+ declarePromisedInterface<bufferization::BufferDeallocationOpInterface,
77
77
CondBranchOp>();
78
78
}
79
79
You can’t perform that action at this time.
0 commit comments