mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
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:
parent
2ce21220d8
commit
b1d0dd95ee
@ -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