repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
MC
/
AsmParser
/
directive_space.s
blob
e6353a4af4dee5c566395144a7fba1ae1a133185
1
# RUN: llvm-mc -triple i386-apple-darwin %s | FileCheck %s
2
3
# CHECK: TEST0:
4
# CHECK: .space 1
5
TEST0
:
6
.space 1
7
8
# CHECK: TEST1:
9
# CHECK: .space 2,3
10
TEST1
:
11
.space 2, 3