Add a CloneModule call that exposes the mapping of values from the old module
authorChris Lattner <sabre@nondot.org>
Wed, 17 May 2006 18:05:35 +0000 (18:05 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 May 2006 18:05:35 +0000 (18:05 +0000)
commit782e60150eb9370a60fa51ed49bd23036588756a
tree48d4e79a3bc150efc8b9551c29b152fc1cdee1d6
parentc5d7d7c715f7b7a4eeea1ceaafefc3d1d6df2add
Add a CloneModule call that exposes the mapping of values from the old module
to the new module.  Patch provided by Nick Lewycky!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28349 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/Cloning.h
lib/Transforms/Utils/CloneModule.cpp