diff options
| author | Dan Gohman <gohman@apple.com> | 2010-05-28 01:14:11 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-05-28 01:14:11 +0000 |
| commit | 2140a749793572ce0173c2ff5bbbd1fafc7bd2ee (patch) | |
| tree | 62b2ad4219f40c07396fbbc21a092d410999752b /llvm/docs/LangRef.html | |
| parent | dd5904687f5ed2e9451ce4520b64ae172a9d00a1 (diff) | |
| download | bcm5719-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.html | 2 |
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> - <result> = alloca <type>[, i32 <NumElements>][, align <alignment>] <i>; yields {type*}:result</i> + <result> = alloca <type>[, <ty> <NumElements>][, align <alignment>] <i>; yields {type*}:result</i> </pre> <h5>Overview:</h5> |

