mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
feat(gen/llvm): call_bitcode_fn for list_reverse
This commit is contained in:
parent
c3549c709c
commit
1459679faf
2 changed files with 26 additions and 73 deletions
|
@ -3693,7 +3693,7 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
|
||||
let inplace = get_inplace_from_layout(layout);
|
||||
|
||||
list_reverse(env, parent, inplace, list, list_layout)
|
||||
list_reverse(env, inplace, list, list_layout)
|
||||
}
|
||||
ListConcat => {
|
||||
debug_assert_eq!(args.len(), 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue