mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Fix verb tense agreement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139480 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -308,7 +308,7 @@ void f(int* a) {
|
|||||||
which would make those optimizations useful.</dd>
|
which would make those optimizations useful.</dd>
|
||||||
<dt>Notes for code generation</dt>
|
<dt>Notes for code generation</dt>
|
||||||
<dd>Code generation is essentially the same as that for unordered for loads
|
<dd>Code generation is essentially the same as that for unordered for loads
|
||||||
and stores. No fences is required. <code>cmpxchg</code> and
|
and stores. No fences are required. <code>cmpxchg</code> and
|
||||||
<code>atomicrmw</code> are required to appear as a single operation.</dd>
|
<code>atomicrmw</code> are required to appear as a single operation.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user