[llvm-commits] [llvm] r102910 - /llvm/trunk/docs/LangRef.html
Dan Gohman
gohman at apple.com
Mon May 3 07:58:14 PDT 2010
Author: djg
Date: Mon May 3 09:58:14 2010
New Revision: 102910
URL: http://llvm.org/viewvc/llvm-project?rev=102910&view=rev
Log:
Delete this comment. The behavior of struct loads and stores with
respect to padding bytes isn't something that the dependence text
needs to spell out.
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=102910&r1=102909&r2=102910&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon May 3 09:58:14 2010
@@ -2367,8 +2367,6 @@
(including loads and stores implied by intrinsics such as
<a href="#int_memcpy"><tt>@llvm.memcpy</tt></a>.)</li>
-<!-- FIXME: padding in the middle of a struct -->
-
<!-- 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. -->
More information about the llvm-commits
mailing list