fix(llvm-backend) Remove unused imports.

This commit is contained in:
Ivan Enderlin
2019-03-29 10:03:40 +01:00
parent bf823d2826
commit a1ca7069af
6 changed files with 10 additions and 28 deletions

View File

@ -3,10 +3,9 @@ use inkwell::{
builder::Builder,
context::Context,
module::{Linkage, Module},
passes::PassManager,
types::{BasicType, BasicTypeEnum, FunctionType, PointerType},
values::{BasicValue, FunctionValue, PhiValue, PointerValue},
AddressSpace, FloatPredicate, IntPredicate,
types::{BasicType, FunctionType},
values::FunctionValue,
AddressSpace,
};
use wasmer_runtime_core::{
module::ModuleInfo,