repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git]
/
test
/
MC
/
AsmParser
/
dollars-in-identifiers.s
blob
e56959062ad9d9e0ee7c7cbfb2aac026b3acac98
1
# RUN: llvm-mc -triple i386-unknown-unknown %s > %t
2
# RUN: FileCheck < %t %s
3
4
//
CHECK
:
.globl $foo
5
.globl $foo
6
//
CHECK
:
.long ($foo)
7
.long ($foo)