use the new form of getNameWithPrefix, not makeNameProper.
authorChris Lattner <sabre@nondot.org>
Wed, 13 Jan 2010 07:16:53 +0000 (07:16 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Jan 2010 07:16:53 +0000 (07:16 +0000)
commitdfbcb8c38bb1637289801f37bb22cb7065891611
tree94637b298f1913af469b830759214710ab249e77
parentbf86e5df180139310bf2f0d71bef58e208dce31d
use the new form of getNameWithPrefix, not makeNameProper.
Among other things, this would do very weird things if the
basic block name had (e.g.) a space in it on darwin:
makeNameProper would add quotes, then the mcsymbol would
escape the quotes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93302 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp