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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue