eliminate the Mangler::PreserveAsmNames bit, the sole client of this
authorChris Lattner <sabre@nondot.org>
Wed, 15 Jul 2009 04:50:47 +0000 (04:50 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Jul 2009 04:50:47 +0000 (04:50 +0000)
commit9d5511b7db2c42a2cea0ca00c0e123e64cceadae
tree9c48d3fe9ff45f89432a8a03ffff44ffd617adf7
parentf1cfea2dbfd6ebc0008ecd2d37a1c91058bbfdd1
eliminate the Mangler::PreserveAsmNames bit, the sole client of this
can do it perfectly well itself.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75743 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Mangler.h
lib/VMCore/Mangler.cpp
tools/bugpoint/Miscompilation.cpp