Remove unneeded stale type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204889 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Kleckner 2014-03-27 01:34:51 +00:00
parent 2ce21220d8
commit b1d0dd95ee

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)