mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
minor typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137496 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -252,7 +252,7 @@ instructions has been clarified in the IR.</p>
|
|||||||
operation.</dd>
|
operation.</dd>
|
||||||
<dt>Notes for optimizers</dt>
|
<dt>Notes for optimizers</dt>
|
||||||
<dd>Optimizers not aware of atomics can treat this like a nothrow call.
|
<dd>Optimizers not aware of atomics can treat this like a nothrow call.
|
||||||
Tt is also possible to move stores from before an Acquire load
|
It is also possible to move stores from before an Acquire load
|
||||||
or read-modify-write operation to after it, and move non-Acquire
|
or read-modify-write operation to after it, and move non-Acquire
|
||||||
loads from before an Acquire operation to after it.</dd>
|
loads from before an Acquire operation to after it.</dd>
|
||||||
<dt>Notes for code generation</dt>
|
<dt>Notes for code generation</dt>
|
||||||
|
|||||||
Reference in New Issue
Block a user