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
/
macro-def-in-instantiation.s
blob
b6483b3b32b2cc662f2978f8c8b94be4c7d2efe0
1
//
RUN
:
llvm-mc
-
triple x86_64-apple-darwin10
%
s | FileCheck
%
s
2
3
.macro .make_macro
4
$
0
$
1
5
$
2
$
3
6
$
4
7
.endmacro
8
9
.make_macro .macro,.mybyte,.byte,$0,.endmacro
10
11
.data
12
//
CHECK
:
.byte 10
13
.mybyte 10