ARM .thumb_func directive for quoted symbol names.
authorJim Grosbach <grosbach@apple.com>
Thu, 10 Nov 2011 20:48:53 +0000 (20:48 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 10 Nov 2011 20:48:53 +0000 (20:48 +0000)
commitd475f8612b1c7959dbf50242c8fa9d4aea1ee1a9
treef572c307e52b793ba34ab12f1baaf4f5bada5459
parentceb0af3d6e983bdb19a674dd5cd8228b816d5e91
ARM .thumb_func directive for quoted symbol names.

Use the getIdentifier() method of the token, not getString(), otherwise
we keep the quotes as part of the symbol name, which we don't want.

rdar://10428015

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