Simplify ResolveTypes by pulling the null case out into the one
authorChris Lattner <sabre@nondot.org>
Mon, 16 Jun 2008 18:19:05 +0000 (18:19 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Jun 2008 18:19:05 +0000 (18:19 +0000)
commitbc1c82a0f73eda86cf24416cebc83b4690fcd76a
tree1b42aa2ebcc4661fc0dc56d9126d8882561e511b
parent69d5053f9cef7de0a14d8d85d6738f24de2ef17e
Simplify ResolveTypes by pulling the null case out into the one
client that cares and simplifying its control flow.

Remove the DestST argument to ResolveTypes and RecursiveResolveTypes*
which are dead now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52340 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkModules.cpp