Revert r103137, fix for $ in labels. It looks like we can't actually handle this
authorDaniel Dunbar <daniel@zuster.org>
Thu, 6 May 2010 14:46:38 +0000 (14:46 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 6 May 2010 14:46:38 +0000 (14:46 +0000)
commit5fe03c023cd47a718759a3a4dc1d8e33297ae0fc
tree9a0e339dc81e4fe36c07507505414951e1e0206d
parentb63387afc6b10e88631d1ef232c41ab6c18c8581
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