Merge pull request #3009 from rtfeldman/list-map-ownership

List map ownership
This commit is contained in:
Ayaz 2022-05-07 19:59:15 -04:00 committed by GitHub
commit dd51479764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 739 additions and 202 deletions

View file

@ -2239,7 +2239,13 @@ 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 update_mode_ids,
&mut state.procedures,
);
debug_print_ir!(state, ROC_PRINT_IR_AFTER_REFCOUNT);