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
/
equ.s
blob
568f58fa129882395defb62f573565d84f202a51
1
//
RUN
:
not
llvm-mc
-
n
-
triple i386-unknown-unknown
%
s
2
> %
t
2
//
RUN
:
FileCheck
< %
t
%
s
3
4
.equ a, 0
5
.set a, 1
6
.equ a, 2
7
.equiv a, 3
8
//
CHECK
:
error
:
redefinition of
'a'
9