Update another comment

This commit is contained in:
Richard Feldman 2020-09-07 21:59:17 -04:00 committed by GitHub
parent 7e834fbb37
commit 99f6146703
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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