Use ClonedCodeInfo to avoid another walk over the inlined code, this this
authorChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 19:18:11 +0000 (19:18 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 19:18:11 +0000 (19:18 +0000)
commit1fdf4a859f03ce5aa4ce9acba29ce321c847388e
tree93c52c58a4426086cdc1cc1a3b8b7e9b7c33be97
parent727d1dd58793447e83ade712f0e58172f156edcf
Use ClonedCodeInfo to avoid another walk over the inlined code, this this
time in common C cases.

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