From 5366ca4e06fc00efb3ce7d0841c4c66789fbddeb Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 11 Sep 2011 15:30:08 +0000 Subject: [PATCH] Fix verb tense agreement. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139480 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Atomics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Atomics.html b/docs/Atomics.html index d4a3795b9df..9d9bdacd9bb 100644 --- a/docs/Atomics.html +++ b/docs/Atomics.html @@ -308,7 +308,7 @@ void f(int* a) { which would make those optimizations useful.
Notes for code generation
Code generation is essentially the same as that for unordered for loads - and stores. No fences is required. cmpxchg and + and stores. No fences are required. cmpxchg and atomicrmw are required to appear as a single operation.