Use the IDVal directly as there's no need to convert to std::string.
authorRoman Divacky <rdivacky@freebsd.org>
Thu, 28 Oct 2010 16:57:58 +0000 (16:57 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Thu, 28 Oct 2010 16:57:58 +0000 (16:57 +0000)
commitf9d1752104b13842fe7156c96cabd7b0e43339f0
tree94dc4eb6fdedadc8f15548148a2686c75d40ebc9
parent50e7a787099b8031c3f9754c30179061eb8233b2
Use the IDVal directly as there's no need to convert to std::string.
Pointed out by Chris!

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