1
Fork 0

Moved common.rs enums

This commit is contained in:
Denis Merigoux 2018-09-28 12:18:03 +02:00 committed by Eduard-Mihai Burtescu
parent 39fd4d9274
commit 566fa4d003
10 changed files with 173 additions and 155 deletions

View file

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