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
/
rename.s
blob
934cee808bd984a29a9335daf26b21b917b3802c
1
//
RUN
:
llvm-mc
-
triple i386-unknown-unknown
%
s | FileCheck
%
s
2
3
.size bar, . - bar
4
.Ltmp01:
5
.size foo, .Ltmp01 - foo
6
.Ltmp0:
7
.size qux, .Ltmp0 - qux
8
9
//
CHECK
:
.Ltmp0:
10
//
CHECK
:
.size bar, .Ltmp0-bar
11
//
CHECK
:
.Ltmp01
12
//
CHECK
:
.size foo, .Ltmp01-foo
13
//
CHECK
:
.Ltmp02
14
//
CHECK
:
.size qux, .Ltmp02-qux