Skip to content

Commit a352f35

Browse files
committed
[CIR] add comment
1 parent 6eb037f commit a352f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4334,8 +4334,8 @@ mlir::LogicalResult CIRToLLVMEhSetjmpOpLowering::matchAndRewrite(
43344334
mlir::LogicalResult CIRToLLVMEhLongjmpOpLowering::matchAndRewrite(
43354335
cir::EhLongjmpOp op, OpAdaptor adaptor,
43364336
mlir::ConversionPatternRewriter &rewriter) const {
4337-
replaceOpWithCallLLVMIntrinsicOp(rewriter, op, "llvm.eh.sjlj.longjmp", {},
4338-
adaptor.getOperands());
4337+
replaceOpWithCallLLVMIntrinsicOp(rewriter, op, "llvm.eh.sjlj.longjmp",
4338+
/*resultTy=*/{}, adaptor.getOperands());
43394339
return mlir::success();
43404340
}
43414341

0 commit comments

Comments
 (0)