Teach the always inliner to release its inline cost estimates, like the basic
authorNick Lewycky <nicholas@mxc.ca>
Sat, 15 May 2010 04:26:25 +0000 (04:26 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 15 May 2010 04:26:25 +0000 (04:26 +0000)
commit54b78dca4e98f15e1723368fabda6cdf81f73956
tree0be84af42870263aeb629a7ccc8c2ffb3f65d060
parent1462a9b97f25fac50369c69d1848016199e66eb5
Teach the always inliner to release its inline cost estimates, like the basic
inliner did in r103653. Why does the always inliner even bother with cost
estimates anyways?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103858 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/InlineAlways.cpp