Remove unused variable in inliner
authorReid Kleckner <reid@kleckner.net>
Thu, 15 May 2014 20:39:42 +0000 (20:39 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 15 May 2014 20:39:42 +0000 (20:39 +0000)
commita9bef412755f772b5a523f31f3c81e8a9a61eeca
treec9ac261563698d551e1f7db7e438746d34045617
parent24a50c5797d0d2a79348cc484ed8cf65ca52d530
Remove unused variable in inliner

We have to iterate over all the calls that were inlined to find out if
any were musttail.

Sink another variable down to where its used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208913 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp