mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
use CallSite::arg_end instead of CallInst::op_end
llvm-svn: 107276
This commit is contained in:
parent
e315b7db00
commit
bc12c24662
@ -375,7 +375,7 @@ void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) {
|
||||
|
||||
case Intrinsic::siglongjmp: {
|
||||
// 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));
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user