From 2140a749793572ce0173c2ff5bbbd1fafc7bd2ee Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 28 May 2010 01:14:11 +0000 Subject: 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 --- llvm/docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/LangRef.html') 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
Syntax:
-  <result> = alloca <type>[, i32 <NumElements>][, align <alignment>]     ; yields {type*}:result
+  <result> = alloca <type>[, <ty> <NumElements>][, align <alignment>]     ; yields {type*}:result
 
Overview:
-- cgit v1.2.3