Skip to content

Commit 996b7e7

Browse files
authored
Fix formatting
1 parent b12779a commit 996b7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ mlir::LogicalResult CIRToLLVMCopyOpLowering::matchAndRewrite(
187187
}
188188

189189
mlir::LogicalResult CIRToLLVMSqrtOpLowering::matchAndRewrite(
190-
cir::SqrtOp op, OpAdaptor adaptor,
190+
cir::SqrtOp op, OpAdaptor adaptor,
191191
mlir::ConversionPatternRewriter &rewriter) const {
192192
mlir::Type resTy = typeConverter->convertType(op.getType());
193193
rewriter.replaceOpWithNewOp<mlir::LLVM::SqrtOp>(op, resTy, adaptor.getSrc());

0 commit comments

Comments
 (0)