diff options
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 4b1919a..bfb4256 100644 --- a/docs/LangRef.html +++ b/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> |