minor changes to short circuit the 'no linkage' case earlier for
authorChris Lattner <sabre@nondot.org>
Mon, 9 Jun 2008 07:36:11 +0000 (07:36 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Jun 2008 07:36:11 +0000 (07:36 +0000)
commit824684982968244050e56357e736b9940c23e77d
tree3380310ba8b890b23eca6a36cdba9c9a6e3a6a51
parentbc3d1c7e4c290a35df801000222b8f4b2d51ef20
minor changes to short circuit the 'no linkage' case earlier for
function bodies.  We now don't try to unify types or handling type
mismatches if when linking an internal foo to an external foo.

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