mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Remove unneeded stale type.
llvm-svn: 204889
This commit is contained in:
parent
5602f267b5
commit
98016cc9fe
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user