1
Fork 0

Starting to move backend-agnostic code into codegen_utils

IntPredicate moved
This commit is contained in:
Denis Merigoux 2018-09-28 11:40:59 +02:00 committed by Eduard-Mihai Burtescu
parent 4ba09ab8d2
commit 39fd4d9274
11 changed files with 45 additions and 29 deletions

View file

@ -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;