Revert r103137, fix for $ in labels. It looks like we can't actually handle this
commitb85b354eb018bce8b06f361f13f9b4c733e76876
authorDaniel Dunbar <daniel@zuster.org>
Thu, 6 May 2010 14:46:38 +0000 (6 14:46 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 6 May 2010 14:46:38 +0000 (6 14:46 +0000)
tree9a0e339dc81e4fe36c07507505414951e1e0206d
parentc867f7384908fb8ec50a8c18c99adcbed4558832
Revert r103137, fix for $ in labels. It looks like we can't actually handle this
at the token level. Consider the following horrible test case:

  a = 1
  .globl $a
  movl ($a), %eax
  movl $a, %eax
  movl $$a, %eax

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103178 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmLexer.cpp
test/MC/AsmParser/X86/x86_operands.s
test/MC/AsmParser/labels.s