summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-25 15:53:42 +0000
committerDan Gohman <gohman@apple.com>2010-02-25 15:53:42 +0000
commitaeee7b29290ea8902dfd63027beccaa07efb2287 (patch)
tree01d7404770e41d671a0756663f56c61f63dc5495 /docs
parentaa9d854b334cab2f29ca6d95413a0946b8a38429 (diff)
downloadllvm-aeee7b29290ea8902dfd63027beccaa07efb2287.tar.gz
llvm-aeee7b29290ea8902dfd63027beccaa07efb2287.tar.bz2
llvm-aeee7b29290ea8902dfd63027beccaa07efb2287.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/AdvancedGetElementPtr.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/AdvancedGetElementPtr.html b/docs/AdvancedGetElementPtr.html
index a6baa13219..191e30d818 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>
<!-- *********************************************************************** -->