Starting to move backend-agnostic code into codegen_utils
IntPredicate moved
This commit is contained in:
parent
4ba09ab8d2
commit
39fd4d9274
11 changed files with 45 additions and 29 deletions
|
@ -53,7 +53,8 @@ use mir::place::PlaceRef;
|
|||
use builder::{Builder, MemFlags};
|
||||
use callee;
|
||||
use rustc_mir::monomorphize::item::DefPathBasedNames;
|
||||
use common::{self, IntPredicate, RealPredicate, TypeKind};
|
||||
use common::{self, RealPredicate, TypeKind};
|
||||
use rustc_codegen_utils::common::IntPredicate;
|
||||
use meth;
|
||||
use mir;
|
||||
use context::CodegenCx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue