mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-05 13:16:32 +00:00
use CallSite::arg_end instead of CallInst::op_end
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107276 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -375,7 +375,7 @@ void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) {
|
|||||||
|
|
||||||
case Intrinsic::siglongjmp: {
|
case Intrinsic::siglongjmp: {
|
||||||
// Insert the call to abort
|
// Insert the call to abort
|
||||||
ReplaceCallWith("abort", CI, CI->op_end(), CI->op_end(),
|
ReplaceCallWith("abort", CI, CS.arg_end(), CS.arg_end(),
|
||||||
Type::getVoidTy(Context));
|
Type::getVoidTy(Context));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user