From 9a5ffbfa6eb2234b9d7bdde0360200823a74130e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 12 Aug 2011 19:48:19 +0000 Subject: minor typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137496 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Atomics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Atomics.html b/docs/Atomics.html index e2effc6a6c..967ebdddb1 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
-- cgit v1.2.3