This commit is contained in:
Folkert 2020-11-21 22:54:57 +01:00
parent d23e9e9480
commit 2f1ca9decf
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,8 @@
use crate::llvm::build::{allocate_with_refcount_help, build_num_binop, Env, InPlace};
use crate::llvm::build::{
allocate_with_refcount_help, build_num_binop, cast_basic_basic, Env, InPlace,
};
use crate::llvm::compare::build_eq;
use crate::llvm::convert::{basic_type_from_layout, collection, get_ptr_type, ptr_int};
use crate::llvm::refcounting::PointerToRefcount;
use crate::llvm::convert::{basic_type_from_layout, collection, get_ptr_type};
use inkwell::builder::Builder;
use inkwell::context::Context;
use inkwell::types::{BasicTypeEnum, PointerType};