mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 08:47:42 +00:00
Fix minor typo.
llvm-svn: 137177
This commit is contained in:
parent
62faf296dd
commit
306aa10c47
@ -1586,7 +1586,7 @@ as if it writes to the relevant surrounding bytes.
|
|||||||
<a href="#i_atomicrmw"><code>atomicrmw</code></a>,
|
<a href="#i_atomicrmw"><code>atomicrmw</code></a>,
|
||||||
<a href="#i_fence"><code>fence</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 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
|
that determines which other atomic instructions on the same address they
|
||||||
<i>synchronize with</i>. These semantics are borrowed from Java and C++0x,
|
<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,
|
but are somewhat more colloquial. If these descriptions aren't precise enough,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user