]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Remove unneeded stale type.
authorReid Kleckner <reid@kleckner.net>
Thu, 27 Mar 2014 01:34:51 +0000 (01:34 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 27 Mar 2014 01:34:51 +0000 (01:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204889 91177308-0d34-0410-b5e6-96231b3b80d8

docs/InAlloca.rst

index b3ec86a054005eef074dc08ac5676b23f91fb89a..8bc83d8622f91c339f5c60073cf77200bd837f27 100644 (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)