bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols
authorChris Lattner <sabre@nondot.org>
Sat, 16 Jan 2010 21:34:01 +0000 (21:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 16 Jan 2010 21:34:01 +0000 (21:34 +0000)
commit8abfb8adb2f383cab46a5e8b9fca4301effd8140
treed0ca478f04c55369f12355fc60bf9d6f09e513e1
parent048fe3c9c3456709581962bebe1f92ece0f79643
bugpoint doesn't need the mangler at all.  DisambiguateGlobalSymbols
dates to a time when two different LLVM values could have the same
name but different types.  Simplify it to just assign names to unnamed
things and let the core symtab resolve duplicates.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93660 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/Miscompilation.cpp