Rework inline pass to use cloning infrastructure to do the dirty work
authorChris Lattner <sabre@nondot.org>
Tue, 19 Nov 2002 21:54:07 +0000 (21:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Nov 2002 21:54:07 +0000 (21:54 +0000)
commitdcd8040d115803e427dc1caf9feb44a894eef927
tree8242e8d505983259d5878d228c947be4d8b31a77
parentb499419def4a2f9e73fe07d0c13889152d6ed21d
Rework inline pass to use cloning infrastructure to do the dirty work

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