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
Don't analyze block if it's not considered for ifcvt anymore.
[llvm/stm8.git]
/
test
/
MC
/
ARM
/
reg-list.s
blob
4dd392e83791072b9a3a3c114a4372963139708d
1
@ RUN
:
llvm-mc
-
triple thumb-apple-darwin10
-
show-encoding
< %
s
2
> %
t
| FileCheck
%
s
2
@ RUN
:
FileCheck
--
check-prefix
=
CHECK-WARNINGS
< %
t
%
s
3
4
push
{
r7
,
lr
}
5
@ CHECK-WARNINGS
:
register
not
in ascending order in register list
6
7
push
{
lr
,
r7
}
8
@ CHECK
:
push
{
lr
,
r7
}