repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Make BranchProbability constructor public.
[llvm/stm8.git]
/
test
/
FrontendC
/
2004-02-13-BuiltinFrameReturnAddress.c
blob
f115b5a5f013db11555c6408d302b067644cb752
1
// RUN: %llvmgcc -xc %s -S -o - | grep llvm.*address | count 4
2
3
void
*
test1
() {
4
return
__builtin_return_address
(
1
);
5
}
6
void
*
test2
() {
7
return
__builtin_frame_address
(
0
);
8
}