summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-28 01:14:11 +0000
committerDan Gohman <gohman@apple.com>2010-05-28 01:14:11 +0000
commit2140a749793572ce0173c2ff5bbbd1fafc7bd2ee (patch)
tree62b2ad4219f40c07396fbbc21a092d410999752b /llvm/docs/LangRef.html
parentdd5904687f5ed2e9451ce4520b64ae172a9d00a1 (diff)
downloadbcm5719-llvm-2140a749793572ce0173c2ff5bbbd1fafc7bd2ee.tar.gz
bcm5719-llvm-2140a749793572ce0173c2ff5bbbd1fafc7bd2ee.zip
Eliminate the restriction that the array size in an alloca must be i32.
This will help reduce the amount of casting required on 64-bit targets. llvm-svn: 104911
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r--llvm/docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 4b1919adf03..bfb4256973f 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -4239,7 +4239,7 @@ Instruction</a> </div>
<h5>Syntax:</h5>
<pre>
- &lt;result&gt; = alloca &lt;type&gt;[, i32 &lt;NumElements&gt;][, align &lt;alignment&gt;] <i>; yields {type*}:result</i>
+ &lt;result&gt; = alloca &lt;type&gt;[, &lt;ty&gt; &lt;NumElements&gt;][, align &lt;alignment&gt;] <i>; yields {type*}:result</i>
</pre>
<h5>Overview:</h5>
OpenPOWER on IntegriCloud