* FIX: test/Regression/Assembler/2002-02-19-TypeParsing.ll
authorChris Lattner <sabre@nondot.org>
Fri, 5 Apr 2002 23:02:46 +0000 (23:02 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Apr 2002 23:02:46 +0000 (23:02 +0000)
commitaf93dbcc95accfc9583aa59d19515adc5acacde7
treebf610efbf2cb83a8e29840749d9c74a2acec589b
parentee9285c1793349a1f4206bd3f3cd1adfab0942be
* FIX: test/Regression/Assembler/2002-02-19-TypeParsing.ll
   That was due to the StructType object not getting called multiple times
   to remove itself from the ATU list for an object, because it stopped
   getting queried due to this wrong test

* Improve debug output when DEBUG_MERGE_TYPES is on

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