Remove unneeded stale type.

llvm-svn: 204889
This commit is contained in:
Reid Kleckner 2014-03-27 01:34:51 +00:00
parent 24e3f7cceb
commit a4b6a6257d
1 changed files with 0 additions and 1 deletions

View File

@ -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)