Fix Bug: Linker/2003-04-26-NullPtrLinkProblem.ll
authorChris Lattner <sabre@nondot.org>
Fri, 23 May 2003 20:03:32 +0000 (20:03 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 23 May 2003 20:03:32 +0000 (20:03 +0000)
commit02ec5ede6cf10163086a27241508fc5778e39737
treeefa25803e539bfb147addb1cf7a3279fa31faa9d
parent6cc89aad25155ecd93b5318414851aa46351196d
Fix Bug: Linker/2003-04-26-NullPtrLinkProblem.ll

This was a problem with constants having their types resolved to some new type,
but there was already a constant of the new type created.  Before, these types
were never merged together, now they are.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6314 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Constants.cpp