This commit is contained in:
Folkert 2021-10-20 17:03:55 +02:00
parent f8dec9453b
commit 7735ca21ea
2 changed files with 1 additions and 34 deletions

View file

@ -204,7 +204,7 @@ impl<'a, 'ctx, 'env> Env<'a, 'ctx, 'env> {
pub fn build_intrinsic_call(
&self,
intrinsic_name: &str,
intrinsic_name: &'static str,
args: &[BasicValueEnum<'ctx>],
) -> CallSiteValue<'ctx> {
let fn_val = self