While we still have a MallocInst treat it as a call like any other
authorEric Christopher <echristo@apple.com>
Wed, 7 Oct 2009 00:02:18 +0000 (00:02 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 7 Oct 2009 00:02:18 +0000 (00:02 +0000)
commit0704300d88acfd85f64a9243153af2716c2c20a6
tree9af10738b5bd3c88b7f55ac5ac579bd777dd7194
parenta7ba3a81c008142a91d799e2ec3152cfd6bbb15f
While we still have a MallocInst treat it as a call like any other
for inlining.

When MallocInst goes away this code will be subsumed as part of
calls and work just fine...

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