diff options
author | Reid Kleckner <reid@kleckner.net> | 2014-03-27 01:34:51 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2014-03-27 01:34:51 +0000 |
commit | a4b6a6257d5794f3085cd56f9668dd57b31543e6 (patch) | |
tree | 0c329067da207367bacd73d236fd7dc0b40e5e96 /llvm/docs/InAlloca.rst | |
parent | 24e3f7cceb66f5e156d5a2edf53b91449c5e76fa (diff) | |
download | bcm5719-llvm-a4b6a6257d5794f3085cd56f9668dd57b31543e6.tar.gz bcm5719-llvm-a4b6a6257d5794f3085cd56f9668dd57b31543e6.zip |
Remove unneeded stale type.
llvm-svn: 204889
Diffstat (limited to 'llvm/docs/InAlloca.rst')
-rw-r--r-- | llvm/docs/InAlloca.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/docs/InAlloca.rst b/llvm/docs/InAlloca.rst index b3ec86a0540..8bc83d8622f 100644 --- a/llvm/docs/InAlloca.rst +++ b/llvm/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) |