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.

llvm-svn: 102910
This commit is contained in:
Dan Gohman 2010-05-03 14:58:14 +00:00
parent 7292a759b4
commit a9601bb6fb
1 changed files with 0 additions and 2 deletions

View File

@ -2367,8 +2367,6 @@ has undefined behavior.</p>
(including loads and stores implied by intrinsics such as (including loads and stores implied by intrinsics such as
<a href="#int_memcpy"><tt>@llvm.memcpy</tt></a>.)</li> <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 <!-- 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 stores from the same thread as the store, or which are sequenced after the
store by synchronization. --> store by synchronization. -->