Skip to content

Commit 0cc9d1f

Browse files
authored
Update builder.rs
1 parent b9a9356 commit 0cc9d1f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/builder.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,12 +372,7 @@ impl<'a, 'gcc, 'tcx> Builder<'a, 'gcc, 'tcx> {
372372
let orig_args = args;
373373
let args = {
374374
func_ptr = llvm::adjust_function(self.context, &func_name, func_ptr, args);
375-
llvm::adjust_intrinsic_arguments(
376-
self,
377-
gcc_func,
378-
args.into(),
379-
&func_name,
380-
)
375+
llvm::adjust_intrinsic_arguments(self, gcc_func, args.into(), &func_name)
381376
};
382377
let args_adjusted = args.len() != previous_arg_count;
383378
let args = self.check_ptr_call("call", func_ptr, &args);

0 commit comments

Comments
 (0)