diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-07-13 18:39:03 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-07-13 18:39:03 +0000 |
| commit | 6ff363f0ffdb47568952cee7e23f3fc76c04463c (patch) | |
| tree | 8c1b03e2c2eddfce121dc22a27bda9843a54d2cc /compiler/rustc_codegen_cranelift/src/abi/mod.rs | |
| parent | 25acbbd12f87ed9e3eef13c095083c4693da2e8f (diff) | |
| parent | 659243d85c7489412bd0faa1c068d904a6042941 (diff) | |
| download | rust-6ff363f0ffdb47568952cee7e23f3fc76c04463c.tar.gz rust-6ff363f0ffdb47568952cee7e23f3fc76c04463c.zip | |
Merge commit '659243d85c7489412bd0faa1c068d904a6042941' into sync_cg_clif-2024-07-13
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src/abi/mod.rs')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/src/abi/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/abi/mod.rs b/compiler/rustc_codegen_cranelift/src/abi/mod.rs index 9dc94ab33ea..fa0de6f9de5 100644 --- a/compiler/rustc_codegen_cranelift/src/abi/mod.rs +++ b/compiler/rustc_codegen_cranelift/src/abi/mod.rs @@ -395,7 +395,6 @@ pub(crate) fn codegen_terminator_call<'tcx>( crate::intrinsics::codegen_llvm_intrinsic_call( fx, &fx.tcx.symbol_name(instance).name, - fn_args, args, ret_place, target, |
