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
/
FrontendC
/
2006-01-23-FileScopeAsm.c
blob
80e719556237fb015e066075f3a7e5ca03974d32
1
// RUN: %llvmgcc %s -S -o - | opt -std-compile-opts | \
2
// RUN: llvm-dis | grep {foo\[12345\]} | count 5
3
4
__asm__
(
"foo1"
);
5
__asm__
(
"foo2"
);
6
__asm__
(
"foo3"
);
7
__asm__
(
"foo4"
);
8
__asm__
(
"foo5"
);