Moved common.rs enums
This commit is contained in:
parent
39fd4d9274
commit
566fa4d003
10 changed files with 173 additions and 155 deletions
|
@ -20,7 +20,9 @@ use libc::c_char;
|
|||
use mir::operand::OperandRef;
|
||||
use mir::place::PlaceRef;
|
||||
use rustc::ty::layout::{Align, Size};
|
||||
use rustc_codegen_utils::common::IntPredicate;
|
||||
use rustc_codegen_utils::common::{
|
||||
AtomicOrdering, AtomicRmwBinOp, IntPredicate, RealPredicate, SynchronizationScope,
|
||||
};
|
||||
|
||||
use std::borrow::Cow;
|
||||
use std::ops::Range;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue