rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the check
authorChris Lattner <sabre@nondot.org>
Sun, 17 Jan 2010 20:11:03 +0000 (20:11 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 17 Jan 2010 20:11:03 +0000 (20:11 +0000)
commit6edec7b34a7f16e0af7fa5947b69805238d6fe6c
tree6909333d591fd63c8d9cafded6dd51e045fbcc35
parenta81e241fcc1effa9e82fcd7efdee5f6cacce1c7e
rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the check
for first character which is a digit, mangler would have taken care
of this already.

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