rustc_codegen_ssa: cleanup AtomicOrdering
* Remove unused `NotAtomic` ordering. * Rename `Monotonic` to `Relaxed` - a Rust specific name.
This commit is contained in:
parent
fa70b89d19
commit
f4c92cc4d1
4 changed files with 9 additions and 14 deletions
|
@ -58,10 +58,8 @@ pub enum AtomicRmwBinOp {
|
|||
}
|
||||
|
||||
pub enum AtomicOrdering {
|
||||
NotAtomic,
|
||||
Unordered,
|
||||
Monotonic,
|
||||
// Consume, // Not specified yet.
|
||||
Relaxed,
|
||||
Acquire,
|
||||
Release,
|
||||
AcquireRelease,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue