Two things:
authorChris Lattner <sabre@nondot.org>
Wed, 24 Oct 2001 05:12:04 +0000 (05:12 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 24 Oct 2001 05:12:04 +0000 (05:12 +0000)
commit008f906afde4365dd30dde13bd22ae795c4112f9
treedb50b07d3c87de4a1942f15873608d487641887d
parentd6b65255fec99708c8317cde601b12ec09f538d9
Two things:
1. Forward propogate a loaded constant to make debugging slightly less annoying
2. Fix an extremely nasty hard to find bug that really irritated me for the better
   part of 6 hours and was causing linking to die and bizarre and mysterious ways.
   Things should be much more stable now that this one liner has been fixed. GRR

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