Delete this comment. The behavior of struct loads and stores with
authorDan Gohman <gohman@apple.com>
Mon, 3 May 2010 14:58:14 +0000 (14:58 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 3 May 2010 14:58:14 +0000 (14:58 +0000)
respect to padding bytes isn't something that the dependence text
needs to spell out.

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

docs/LangRef.html

index 4904fd9155f31a8b268e1d39f5a352316ca5ad0d..9294d36c6c2ff1bb5cee6de94c7674b7656d0320 100644 (file)
@@ -2367,8 +2367,6 @@ has undefined behavior.</p>
     (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. -->