Beginning of moving all backend-agnostic code to rustc_codegen_ssa
This commit is contained in:
parent
b02e5cce16
commit
c9f26c2155
24 changed files with 233 additions and 174 deletions
|
@ -24,7 +24,7 @@
|
|||
//! int) and rec(x=int, y=int, z=int) will have the same llvm::Type.
|
||||
|
||||
use super::ModuleLlvm;
|
||||
use rustc_codegen_utils::{ModuleCodegen, ModuleKind, CachedModuleCodegen};
|
||||
use rustc_codegen_ssa::{ModuleCodegen, ModuleKind, CachedModuleCodegen};
|
||||
use super::LlvmCodegenBackend;
|
||||
|
||||
use abi;
|
||||
|
@ -52,7 +52,7 @@ use builder::{Builder, MemFlags};
|
|||
use callee;
|
||||
use rustc_mir::monomorphize::item::DefPathBasedNames;
|
||||
use common;
|
||||
use rustc_codegen_utils::common::{RealPredicate, TypeKind, IntPredicate};
|
||||
use rustc_codegen_ssa::common::{RealPredicate, TypeKind, IntPredicate};
|
||||
use meth;
|
||||
use mir;
|
||||
use context::CodegenCx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue