handle sorting of unique lists

This commit is contained in:
Folkert 2022-05-06 15:28:56 +02:00
parent f2c498c900
commit cfa331be02
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 138 additions and 25 deletions

View file

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