repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
MC
/
AsmParser
/
directive_values.s
blob
900fb7386d08417b3744c8c42a9a508d947fb8bd
1
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3
# CHECK: TEST0:
4
# CHECK: .byte 0
5
TEST0
:
6
.byte 0
7
8
# CHECK: TEST1:
9
# CHECK: .short 3
10
TEST1
:
11
.short 3
12
13
# CHECK: TEST2:
14
# CHECK: .long 8
15
TEST2
:
16
.long 8
17
18
# CHECK: TEST3:
19
# CHECK: .quad 9
20
TEST3
:
21
.quad 9
22
23
# CHECK: TEST4:
24
# CHECK: .short 3
25
TEST4
:
26
.word 3