diff --git a/docs/Atomics.html b/docs/Atomics.html index e2effc6a6c8..967ebdddb1a 100644 --- a/docs/Atomics.html +++ b/docs/Atomics.html @@ -252,7 +252,7 @@ instructions has been clarified in the IR.

operation.
Notes for optimizers
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 loads from before an Acquire operation to after it.
Notes for code generation