allow @ in symbol names without quoting the identifier. This
authorChris Lattner <sabre@nondot.org>
Wed, 9 Sep 2009 00:14:09 +0000 (00:14 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 9 Sep 2009 00:14:09 +0000 (00:14 +0000)
commita8bb2490aedaad123321e28d5e0a5f32c087789b
tree8ddd69b2cd8a745ac30206f90e8d749a443b0946
parent9d48b555e24842c9a180e22511a39bfe62dfd5bd
allow @ in symbol names without quoting the identifier.  This
allows things like @PLT without quotes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81296 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCSymbol.cpp