summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-03 14:59:34 +0000
committerDan Gohman <gohman@apple.com>2010-05-03 14:59:34 +0000
commit7c24ff12c407667b2de63aa3dcfb700df428598e (patch)
tree1a059116611b3acd83ec5d8ab72160912ae49f5a /docs/LangRef.html
parent45baf4191b02d799453c55b1ebcfd582bae579fe (diff)
downloadllvm-7c24ff12c407667b2de63aa3dcfb700df428598e.tar.gz
llvm-7c24ff12c407667b2de63aa3dcfb700df428598e.tar.bz2
llvm-7c24ff12c407667b2de63aa3dcfb700df428598e.tar.xz
Update this comment to note its relationship with the "happens-before"
concept in the proposed memory model changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102911 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 9294d36c6c..9a09357702 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2367,9 +2367,8 @@ has undefined behavior.</p>
(including loads and stores implied by intrinsics such as
<a href="#int_memcpy"><tt>@llvm.memcpy</tt></a>.)</li>
-<!-- TODO: In the case of multiple threads, this only applies to loads and
- stores from the same thread as the store, or which are sequenced after the
- store by synchronization. -->
+<!-- TODO: In the case of multiple threads, this only applies if the store
+ "happens-before" the load or store. -->
<!-- TODO: floating-point exception state -->