mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
handle sorting of unique lists
This commit is contained in:
parent
f2c498c900
commit
cfa331be02
3 changed files with 138 additions and 25 deletions
|
@ -2197,7 +2197,12 @@ fn update<'a>(
|
|||
|
||||
debug_print_ir!(state, ROC_PRINT_IR_AFTER_RESET_REUSE);
|
||||
|
||||
Proc::insert_refcount_operations(arena, &mut state.procedures);
|
||||
Proc::insert_refcount_operations(
|
||||
arena,
|
||||
module_id,
|
||||
&mut ident_ids,
|
||||
&mut state.procedures,
|
||||
);
|
||||
|
||||
debug_print_ir!(state, ROC_PRINT_IR_AFTER_REFCOUNT);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue