Skip to content
Commit b0ceb764 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

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

llvm-svn: 103178
parent 94ab2902
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment