From a4b6a6257d5794f3085cd56f9668dd57b31543e6 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 27 Mar 2014 01:34:51 +0000 Subject: [PATCH] Remove unneeded stale type. llvm-svn: 204889 --- llvm/docs/InAlloca.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/docs/InAlloca.rst b/llvm/docs/InAlloca.rst index b3ec86a05400..8bc83d8622f9 100644 --- a/llvm/docs/InAlloca.rst +++ b/llvm/docs/InAlloca.rst @@ -46,7 +46,6 @@ that passes two default-constructed ``Foo`` objects to ``g`` in the .. code-block:: llvm %struct.Foo = type { i32, i32 } - %callframe.f = type <{ %struct.Foo, %struct.Foo }> declare void @Foo_ctor(%struct.Foo* %this) declare void @Foo_dtor(%struct.Foo* %this) declare void @g(<{ %struct.Foo, %struct.Foo }>* inalloca %memargs)