mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
Fix minor typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137177 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c36481c474
commit
8fa281a471
@ -1586,7 +1586,7 @@ as if it writes to the relevant surrounding bytes.
|
||||
<a href="#i_atomicrmw"><code>atomicrmw</code></a>,
|
||||
<a href="#i_fence"><code>fence</code></a>,
|
||||
<a href="#i_load"><code>atomic load</code></a>, and
|
||||
<a href="#i_load"><code>atomic store</code></a>) take an ordering parameter
|
||||
<a href="#i_store"><code>atomic store</code></a>) take an ordering parameter
|
||||
that determines which other atomic instructions on the same address they
|
||||
<i>synchronize with</i>. These semantics are borrowed from Java and C++0x,
|
||||
but are somewhat more colloquial. If these descriptions aren't precise enough,
|
||||
|
Loading…
x
Reference in New Issue
Block a user