Simplify the remapper by only needing one map, since the body of the functions
authorChris Lattner <sabre@nondot.org>
Tue, 16 Nov 2004 17:12:38 +0000 (17:12 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Nov 2004 17:12:38 +0000 (17:12 +0000)
commit0033baf94e049e075f3ba4700c109779e2d7c131
tree6f7223e41185088a5c5fec3e138c6bc19f166633
parentf04ff4e9ac851b6c365a218b2772b474499a4e59
Simplify the remapper by only needing one map, since the body of the functions
being linked do not need to be remapped any longer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17900 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkModules.cpp