PR: rename to List.concatUtf8

This commit is contained in:
shua 2024-06-08 13:36:20 +02:00
parent 33e8a7a439
commit f7bec802c0
No known key found for this signature in database
GPG key ID: 73387DA37055770F
18 changed files with 81 additions and 89 deletions

View file

@ -1704,9 +1704,9 @@ trait Backend<'a> {
self.build_fn_call(sym, intrinsic.to_string(), args, arg_layouts, ret_layout)
}
LowLevel::StrConcatUtf8 => self.build_fn_call(
LowLevel::ListConcatUtf8 => self.build_fn_call(
sym,
bitcode::STR_CONCAT_UTF8.to_string(),
bitcode::LIST_CONCAT_UTF8.to_string(),
args,
arg_layouts,
ret_layout,