fix a couple problems I introduced handling symbols
authorChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2010 16:32:14 +0000 (16:32 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2010 16:32:14 +0000 (16:32 +0000)
commit0752cda4de245978e14d806831abba4506272cd0
tree286961023f4089ba8c4b10c3c4fb023250903eb4
parent75e818ad2f6b809ff6644de2a7c2ec35d68c92ea
fix a couple problems I introduced handling symbols
with spaces in them.  Sym->getName()  !=   OS << *Sym

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100434 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp