repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use "isa" since the variable isn't used.
[llvm-complete.git]
/
test
/
MC
/
AVR
/
inst-reti.s
blob
8490658ce85aaf80c2a9849abc5150d0c31fce6d
1
; RUN
:
llvm-mc
-
triple avr
-
show-encoding
< %
s | FileCheck
%
s
2
3
4
foo
:
5
6
reti
7
8
; CHECK
:
reti ; encoding
: [
0x18
,
0x95
]