summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-28 17:30:06 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-28 17:30:06 +0000
commitcd5b1443bbb49200021be1c7a576e6c43eaa0563 (patch)
tree2e36152d8829118883a7f54e9dad5955c2614a5b /llvm
parent5843635b371fa378b8ccab671e94f3864156c487 (diff)
downloadbcm5719-llvm-cd5b1443bbb49200021be1c7a576e6c43eaa0563.tar.gz
bcm5719-llvm-cd5b1443bbb49200021be1c7a576e6c43eaa0563.zip
Update this text for first-class aggregates.
llvm-svn: 65697
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 07358b58ad7..72bd76d2ae0 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -1951,9 +1951,10 @@ following is the syntax for constant expressions:</p>
identical (same number of bits). The conversion is done as if the CST value
was stored to memory and read back as TYPE. In other words, no bits change
with this operator, just the type. This can be used for conversion of
- vector types to any other type, as long as they have the same bit width. For
- pointers it is only valid to cast to another pointer type. It is not valid
- to bitcast to or from an aggregate type.
+ aggregate types to any aggregate type, as long as they have the same bit
+ width. Vector types may also be casted to and from any other type as long as
+ they have the same bit width. For pointers it is only valid to cast to
+ another pointer type.
</dd>
<dt><b><tt>getelementptr ( CSTPTR, IDX0, IDX1, ... )</tt></b></dt>
OpenPOWER on IntegriCloud