Skip to content

Commit 65cb179

Browse files
committed
Format the code
1 parent edbdcb1 commit 65cb179

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,7 @@ mlir::LogicalResult CIRToLLVMASinOpLowering::matchAndRewrite(
602602
cir::ASinOp op, OpAdaptor adaptor,
603603
mlir::ConversionPatternRewriter &rewriter) const {
604604
mlir::Type resTy = typeConverter->convertType(op.getType());
605-
rewriter.replaceOpWithNewOp<mlir::LLVM::ASinOp>(op, resTy,
606-
adaptor.getSrc());
605+
rewriter.replaceOpWithNewOp<mlir::LLVM::ASinOp>(op, resTy, adaptor.getSrc());
607606
return mlir::success();
608607
}
609608

0 commit comments

Comments
 (0)