Refactor parsing of variable names (ie., %foo and @foo) since they have the same
authorNick Lewycky <nicholas@mxc.ca>
Sat, 4 Jun 2011 18:16:26 +0000 (18:16 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 4 Jun 2011 18:16:26 +0000 (18:16 +0000)
commit9fa89334f1045b56e8ae409004e119d47ef17ec7
treea1f64b21c54cb84b7612b59a4fb56dc1073da11a
parente0b87032f5ac8134b7585bdc4a0f2c77158b962d
Refactor parsing of variable names (ie., %foo and @foo) since they have the same
rules. Also refactor "read string until quote" into its own function. No
functionality change!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132645 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLLexer.h