Type tables are now AbstractTypeUsers. This allows them to merge together
authorChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 00:17:43 +0000 (00:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 00:17:43 +0000 (00:17 +0000)
commited468e37a1b15e17e0fd44e0b39bd53bc4174e69
tree343e9ad1a882f760f37f520a1c2e37dfff45f55e
parent5133a5cf2ee42b5a4d4c7af2d90b41af769cc307
Type tables are now AbstractTypeUsers.  This allows them to merge together
constants as necessary due to type resolution.  With this change, the
following spec benchmarks now link: 176.gcc, 177.mesa, 252.eon,
253.perlbmk, & 300.twolf.  IOW, all SPEC INT and FP benchmarks now link.

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