Fix linking of constant expr casts due to type resolution changes. With
authorChris Lattner <sabre@nondot.org>
Wed, 31 Mar 2004 02:58:28 +0000 (02:58 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Mar 2004 02:58:28 +0000 (02:58 +0000)
commit1438102576b94d6dac9bb18e8df291c4d632572d
tree14280dc10c5b1e18b2919928111db85dedbef29e
parent4b2f08a3a91f3d0fa42f2df96c5a5814af065c39
Fix linking of constant expr casts due to type resolution changes.  With
this and the other patches 253.perlbmk links again.

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