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-ijmp.s
blob
0f2697693b4eeb9863d3ab5fe7b7eb9341654bcb
1
; RUN
:
llvm-mc
-
triple avr
-
mattr
=
ijmpcall
-
show-encoding
< %
s | FileCheck
%
s
2
3
4
foo
:
5
6
ijmp
7
8
; CHECK
:
ijmp ; encoding
: [
0x09
,
0x94
]