Tidy
This commit is contained in:
parent
fa1a172f9c
commit
852af346d3
@ -19,12 +19,12 @@ pub extern "rust-intrinsic" {
|
||||
pub fn atomic_cxchg(dst: &mut int, old: int, src: int) -> int;
|
||||
pub fn atomic_cxchg_acq(dst: &mut int, old: int, src: int) -> int;
|
||||
pub fn atomic_cxchg_rel(dst: &mut int, old: int, src: int) -> int;
|
||||
|
||||
|
||||
#[cfg(not(stage0))]
|
||||
pub fn atomic_load(src: &int) -> int;
|
||||
#[cfg(not(stage0))]
|
||||
pub fn atomic_load_acq(src: &int) -> int;
|
||||
|
||||
|
||||
#[cfg(not(stage0))]
|
||||
pub fn atomic_store(dst: &mut int, val: int);
|
||||
#[cfg(not(stage0))]
|
||||
|
@ -1574,7 +1574,7 @@ pub mod llvm {
|
||||
Ptr: ValueRef,
|
||||
Order: AtomicOrdering)
|
||||
-> ValueRef;
|
||||
|
||||
|
||||
pub unsafe fn LLVMBuildAtomicCmpXchg(B: BuilderRef,
|
||||
LHS: ValueRef,
|
||||
CMP: ValueRef,
|
||||
|
Loading…
x
Reference in New Issue
Block a user