[llvm-commits] [llvm] r102911 - /llvm/trunk/docs/LangRef.html

Dan Gohman gohman at apple.com
Mon May 3 07:59:34 PDT 2010


Author: djg
Date: Mon May  3 09:59:34 2010
New Revision: 102911

URL: http://llvm.org/viewvc/llvm-project?rev=102911&view=rev
Log:
Update this comment to note its relationship with the "happens-before"
concept in the proposed memory model changes.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=102911&r1=102910&r2=102911&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon May  3 09:59:34 2010
@@ -2367,9 +2367,8 @@
     (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 -->
 





More information about the llvm-commits mailing list