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

@ -11,6 +11,7 @@
use llvm::{AtomicRmwBinOp, AtomicOrdering, SynchronizationScope, AsmDialect};
use llvm::{self, False, OperandBundleDef, BasicBlock};
use common::{self, *};
use rustc_codegen_utils::common::IntPredicate;
use context::CodegenCx;
use type_::Type;
use type_of::LayoutLlvmExt;