mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
refcount details of builtins
This commit is contained in:
parent
9e2c1b750f
commit
17fddaf0dd
7 changed files with 50 additions and 20 deletions
|
@ -802,7 +802,7 @@ fn modify_refcount_dict_help<'a, 'ctx, 'env>(
|
|||
.into_int_value();
|
||||
|
||||
// the block we'll always jump to when we're done
|
||||
let cont_block = ctx.append_basic_block(parent, "modify_rc_str_cont");
|
||||
let cont_block = ctx.append_basic_block(parent, "modify_rc_dict_cont");
|
||||
let modification_block = ctx.append_basic_block(parent, "modify_rc");
|
||||
|
||||
let is_non_empty = builder.build_int_compare(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue