diff options
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 9294d36..9a09357 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 --> |