feat(gen/llvm): call_bitcode_fn for list_reverse

This commit is contained in:
rvcas 2021-04-02 01:59:27 -04:00
parent c3549c709c
commit 1459679faf
2 changed files with 26 additions and 73 deletions

View file

@ -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);