repo.or.cz
/
llvm
/
systemz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use SUBREG_TO_REG instead of INSERT_SUBREG, this way the code
[llvm/systemz.git]
/
test
/
FrontendC
/
2002-09-19-StarInLabel.c
blob
86a2571d57bc5610c945717370e2d2ae4df108a9
1
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
extern
void
start
()
__asm__
(
"start"
);
4
extern
void
_start
()
__asm__
(
"_start"
);
5
extern
void
__start
()
__asm__
(
"__start"
);
6
void
start
() {}
7
void
_start
() {}
8
void
__start
() {}
9