repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git]
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-gcov-__gcov_flush-terminate.c
blob
7b24d69c75fcb6fa565b1cb2213d8d8f1591c24a
1
int
main
(
void
) {
2
int
i
=
22
;
3
4
__gcov_flush
();
5
6
i
=
42
;
7
8
asm
(
"int $3"
);
9
10
i
=
84
;
11
12
return
0
;
13
}