Remove this paragraph. Vectors may not always have the same layout as
authorDan Gohman <gohman@apple.com>
Thu, 25 Feb 2010 15:53:42 +0000 (15:53 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 25 Feb 2010 15:53:42 +0000 (15:53 +0000)
arrays now.

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

docs/AdvancedGetElementPtr.html

index a6baa1321923cac50e414effa829c4a20a396529..191e30d81812394c83ffbe14922740a9a71e926a 100644 (file)
      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>
 
 <!-- *********************************************************************** -->