mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Update another comment
This commit is contained in:
parent
7e834fbb37
commit
99f6146703
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ pub fn allocate_with_refcount<'a, 'ctx, 'env>(
|
|||
);
|
||||
|
||||
// the refcount of a new allocation is initially 1
|
||||
// we assume that the list is indeed used (dead variables are eliminated)
|
||||
// we assume that the allocation is indeed used (dead variables are eliminated)
|
||||
let ref_count_one = ctx
|
||||
.i64_type()
|
||||
.const_int(crate::llvm::build::REFCOUNT_1 as _, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue