IR: Change inalloca's grammar a bit
[oota-llvm.git] / docs / LangRef.rst
index e38184ca689c3bd4352637e8f3c861d9f9691e23..760a064f69efaef307c7c5f81bb8684294fe5f0a 100644 (file)
@@ -4713,7 +4713,7 @@ Syntax:
 
 ::
 
-      <result> = alloca <type>[, inalloca][, <ty> <NumElements>][, align <alignment>]     ; yields {type*}:result
+      <result> = alloca [inalloca] <type> [, <ty> <NumElements>] [, align <alignment>]     ; yields {type*}:result
 
 Overview:
 """""""""