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
Loading
Please register or sign in to comment