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-sleep.s
blob
f1d18e6e4bd6f84778593d462fa379af4668d89e
1
; RUN
:
llvm-mc
-
triple avr
-
show-encoding
< %
s | FileCheck
%
s
2
3
4
foo
:
5
6
sleep
7
8
; CHECK
:
sleep ; encoding
: [
0x88
,
0x95
]