inalloca: Fix incorrect example IR and remove LangRef warning
[oota-llvm.git] / docs / LangRef.rst
index dfbb22ffb9f1b6c35774b05857014ca048a2dabf..adf3266b02962109b274d0e0913a224983d38fb2 100644 (file)
@@ -765,8 +765,6 @@ Currently, only the following parameter attributes are defined:
 
 ``inalloca``
 
-.. Warning:: This feature is unstable and not fully implemented.
-
     The ``inalloca`` argument attribute allows the caller to take the
     address of outgoing stack arguments.  An ``inalloca`` argument must
     be a pointer to stack memory produced by an ``alloca`` instruction.