Insert resolved constants into the global map so they are reused correctly.
authorChris Lattner <sabre@nondot.org>
Mon, 23 Sep 2002 18:14:15 +0000 (18:14 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Sep 2002 18:14:15 +0000 (18:14 +0000)
commitd149c053cdbb406b7b5dff24127b4c509420893e
tree09338a2ac46aded55ce46c96c402a63a92467fd4
parentfb8c89fbd30fad104fce1095ebb3391d5e5e3421
Insert resolved constants into the global map so they are reused correctly.
This bug was exposed linking the SPEC benchmark suite.

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