Skip to content

Commit ede0f89

Browse files
White space changes
1 parent e5f0686 commit ede0f89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mlir/lib/Dialect/Arith/IR/ArithDialect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void arith::ArithDialect::initialize() {
4949
>();
5050
addInterfaces<ArithInlinerInterface>();
5151
declarePromisedInterface<ConvertToLLVMPatternInterface, ArithDialect>();
52-
declarePromisedInterface<bufferization::BufferDeallocationOpInterface,
52+
declarePromisedInterface<bufferization::BufferDeallocationOpInterface,
5353
SelectOp>();
5454
declarePromisedInterfaces<bufferization::BufferizableOpInterface, ConstantOp,
5555
IndexCastOp, SelectOp>();

mlir/lib/Dialect/ControlFlow/IR/ControlFlowOps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void ControlFlowDialect::initialize() {
7373
declarePromisedInterface<ConvertToLLVMPatternInterface, ControlFlowDialect>();
7474
declarePromisedInterfaces<bufferization::BufferizableOpInterface, BranchOp,
7575
CondBranchOp>();
76-
declarePromisedInterface<bufferization::BufferDeallocationOpInterface,
76+
declarePromisedInterface<bufferization::BufferDeallocationOpInterface,
7777
CondBranchOp>();
7878
}
7979

0 commit comments

Comments
 (0)