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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-gcov-one-line-function.c
blob
ee158235196959e8688eb5de314106e9dab0b421
1
void
foo
() { }
2
3
void
bar
() { }
4
5
int
main
(
void
) {
6
foo
();
7
8
bar
();
9
10
return
0
;
11
}