Update this comment to note its relationship with the "happens-before"
authorDan Gohman <gohman@apple.com>
Mon, 3 May 2010 14:59:34 +0000 (14:59 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 3 May 2010 14:59:34 +0000 (14:59 +0000)
concept in the proposed memory model changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102911 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 9294d36c6c2ff1bb5cee6de94c7674b7656d0320..9a093577025e1381da9c160d9bc9c87b3e743a88 100644 (file)
@@ -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 -->