Add lifetime markers for allocas created to hold byval arguments, make them
authorJulien Lerouge <jlerouge@apple.com>
Tue, 15 Apr 2014 18:06:46 +0000 (18:06 +0000)
committerJulien Lerouge <jlerouge@apple.com>
Tue, 15 Apr 2014 18:06:46 +0000 (18:06 +0000)
commit894b7f642c0b52f378cdd754c3aee38a7e3b49ec
treec0f0c9e7f7218ad090e8c339f0587e5e468ad7d9
parent031f5c1a825578de32110cee5c9e47adf95d58d2
Add lifetime markers for allocas created to hold byval arguments, make them
appear in the InlineFunctionInfo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206308 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp
test/Transforms/Inline/2010-05-31-ByvalTailcall.ll
test/Transforms/Inline/byval_lifetime.ll [new file with mode: 0644]