Remove this paragraph. Vectors may not always have the same layout as

arrays now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-02-25 15:53:42 +00:00
parent aa9d854b33
commit aeee7b2929

View File

@ -281,10 +281,6 @@
not recommended. It leads to awkward special cases in the optimizers.
In the future, it may be outright disallowed.</p>
<p>Instead, you should cast your pointer types and use arrays instead of
vectors for addressing. Arrays have the same in-memory representation
as vectors, so the addressing is interchangeable.</p>
</div>
<!-- *********************************************************************** -->