Initial checkin of Module cloning support stuff
authorChris Lattner <sabre@nondot.org>
Wed, 20 Nov 2002 20:47:41 +0000 (20:47 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Nov 2002 20:47:41 +0000 (20:47 +0000)
commit51cbcbf435d1aaa1a5269d62b5d0b31b57316b4a
tree742cf387a1a4ada1158c8dfa300d833c9acf4874
parentd4fd3978056928b156bc51bff7cd4eb825bffb1a
Initial checkin of Module cloning support stuff

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4788 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/CloneModule.cpp [new file with mode: 0644]
lib/Transforms/Utils/ValueMapper.cpp [new file with mode: 0644]
lib/Transforms/Utils/ValueMapper.h [new file with mode: 0644]