Since LLVM uses structure type equivalence, it isn't useful to keep around
authorChris Lattner <sabre@nondot.org>
Thu, 26 Feb 2004 20:02:23 +0000 (20:02 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Feb 2004 20:02:23 +0000 (20:02 +0000)
commit4f77caaa3d2265d69a52bd6a4e5905504896c220
tree4b797895c91d92e1ed74112ee5d9dc3c37d73df0
parentc230978a82adff3ab9d6ae0426a942e431ce9c5e
Since LLVM uses structure type equivalence, it isn't useful to keep around
multiple type names for the same structural type.  Make DTE eliminate all
but one of the type names

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11879 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/DeadTypeElimination.cpp