Revert 146728 as it's causing failures on some of the external bots as well as
authorChad Rosier <mcrosier@apple.com>
Sat, 17 Dec 2011 22:19:53 +0000 (22:19 +0000)
committerChad Rosier <mcrosier@apple.com>
Sat, 17 Dec 2011 22:19:53 +0000 (22:19 +0000)
commit2e6119429fc521cddd7dde4f8f237ab0ec5ceb06
treee7ef83296346a32fe84cd43fec6bf807e202144b
parent67005b311c357abb5dd9d8e66d6521c0c63afbb4
Revert 146728 as it's causing failures on some of the external bots as well as
internal nightly testers.  Original commit message:

By popular demand, link up types by name if they are isomorphic and one is an
autorenamed version of the other.   This makes the IR easier to read, because
we don't end up with random renamed versions of the types after LTO'ing a large
app.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146838 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkModules.cpp
test/Linker/link-type-names.ll [deleted file]