This commit is contained in:
Folkert 2020-11-19 21:28:35 +01:00
parent fd7edeeaa6
commit fd026ee9d8

View file

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