Fix the logic in the name mangler. If there are two symbols named 'X', and one
authorChris Lattner <sabre@nondot.org>
Sat, 14 Feb 2004 00:30:23 +0000 (00:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 Feb 2004 00:30:23 +0000 (00:30 +0000)
commita6acb4f5fdc27cf17ccdbcf023034e76b874d16d
tree31e5a5dcc0a441d0a9ea414a5484f1c838b5b6ce
parentdc5feab7fd5a5d18d2c2ede8de3ccbb83e340d2e
Fix the logic in the name mangler.  If there are two symbols named 'X', and one
is external, make sure to mangle the *internal* one, not external one

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11424 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Mangler.cpp
lib/VMCore/Mangler.cpp