Skip to content

Commit a9c954e

Browse files
committed
fix style
1 parent f0a25ea commit a9c954e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ mlir::LogicalResult CIRToLLVMFloorOpLowering::matchAndRewrite(
214214
cir::FloorOp op, OpAdaptor adaptor,
215215
mlir::ConversionPatternRewriter &rewriter) const {
216216
mlir::Type resTy = typeConverter->convertType(op.getType());
217-
rewriter.replaceOpWithNewOp<mlir::LLVM::FFloorOp>(op, resTy, adaptor.getSrc());
217+
rewriter.replaceOpWithNewOp<mlir::LLVM::FFloorOp>(op, resTy,
218+
adaptor.getSrc());
218219
return mlir::success();
219220
}
220221

0 commit comments

Comments
 (0)