1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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

arrays now.

llvm-svn: 97139
This commit is contained in:
Dan Gohman 2010-02-25 15:53:42 +00:00
parent 084112437d
commit fe70c08c09

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>
<!-- *********************************************************************** -->