diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-25 15:53:42 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-25 15:53:42 +0000 |
commit | aeee7b29290ea8902dfd63027beccaa07efb2287 (patch) | |
tree | 01d7404770e41d671a0756663f56c61f63dc5495 | |
parent | aa9d854b334cab2f29ca6d95413a0946b8a38429 (diff) | |
download | external_llvm-aeee7b29290ea8902dfd63027beccaa07efb2287.zip external_llvm-aeee7b29290ea8902dfd63027beccaa07efb2287.tar.gz external_llvm-aeee7b29290ea8902dfd63027beccaa07efb2287.tar.bz2 |
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
-rw-r--r-- | docs/AdvancedGetElementPtr.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/AdvancedGetElementPtr.html b/docs/AdvancedGetElementPtr.html index a6baa13..191e30d 100644 --- a/docs/AdvancedGetElementPtr.html +++ b/docs/AdvancedGetElementPtr.html @@ -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> <!-- *********************************************************************** --> |