use 'continue' to make the function linker simpler. When linking a strong
authorChris Lattner <sabre@nondot.org>
Mon, 9 Jun 2008 07:47:34 +0000 (07:47 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Jun 2008 07:47:34 +0000 (07:47 +0000)
commit822143e6f7271c6546434d2d0b3da7a29711020d
tree962fbb0a95cc681e64d11fd1b440c57d194eae4d
parent824684982968244050e56357e736b9940c23e77d
use 'continue' to make the function linker simpler.  When linking a strong
function into a weak function, zap the weak function body so that the
strong one overrides it.  This fixes PR2410

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