]> git.lizzy.rs Git - rust.git/commit
Auto merge of #97369 - tmiasko:codgen-ssa-atomic-ordering, r=michaelwoerister
authorbors <bors@rust-lang.org>
Thu, 26 May 2022 02:00:17 +0000 (02:00 +0000)
committerbors <bors@rust-lang.org>
Thu, 26 May 2022 02:00:17 +0000 (02:00 +0000)
commit99c4758747db31ff12e18fa16086b0d34a520f5c
tree7f257793c7d7e32766aea9532a2ed4bd6e9759ea
parent464ec64df70e1f6ee64ec2f2b62eae8ff405bef4
parentef83e689a82682ba9547de1b921d72b5a3d75b30
Auto merge of #97369 - tmiasko:codgen-ssa-atomic-ordering, r=michaelwoerister

rustc_codegen_ssa: cleanup `AtomicOrdering`

* Remove unused `NotAtomic` ordering.
* Rename `Monotonic` to `Relaxed` - a Rust specific name.
* Derive copy and clone.