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
[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git]
/
test
/
MC
/
AVR
/
inst-nop.s
blob
7ec127ae7c8f34ff6c8387d9ace599e479549c8e
1
; RUN
:
llvm-mc
-
triple avr
-
show-encoding
< %
s | FileCheck
%
s
2
3
4
foo
:
5
6
nop
7
8
; CHECK
:
nop
; encoding
: [
0x00
,
0x00
]