Skip to content

Commit

Permalink
Remove unneeded stale type.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204889 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rnk committed Mar 27, 2014
1 parent 2ce2122 commit b1d0dd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/InAlloca.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b1d0dd9

Please sign in to comment.