diff options
-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) |