use new decrement

This commit is contained in:
Folkert 2020-11-17 16:58:25 +01:00
parent 94a8d07fe7
commit e02cc3af2f
2 changed files with 84 additions and 136 deletions

View file

@ -9,8 +9,8 @@ use crate::llvm::convert::{
basic_type_from_layout, block_of_memory, collection, get_fn_type, get_ptr_type, ptr_int,
};
use crate::llvm::refcounting::{
decrement_refcount_layout, increment_refcount_layout, list_get_refcount_ptr,
refcount_is_one_comparison, PointerToRefcount,
decrement_refcount_layout, increment_refcount_layout, refcount_is_one_comparison,
PointerToRefcount,
};
use bumpalo::collections::Vec;
use bumpalo::Bump;