summaryrefslogtreecommitdiff
path: root/docs/InAlloca.rst
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-03-27 01:34:51 +0000
committerReid Kleckner <reid@kleckner.net>2014-03-27 01:34:51 +0000
commitb1d0dd95ee1134bda31906b06347d357bcb76452 (patch)
tree3446d8d5532666e41850cecaa7d5c2e831973740 /docs/InAlloca.rst
parent2ce21220d8318494f1d3da8d0bcdefca670a2fcd (diff)
Remove unneeded stale type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/InAlloca.rst')
-rw-r--r--docs/InAlloca.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/InAlloca.rst b/docs/InAlloca.rst
index b3ec86a0540..8bc83d8622f 100644
--- a/docs/InAlloca.rst
+++ b/docs/InAlloca.rst
@@ -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)