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-shared-lib.c
blob
d22b0a54a017ff78bffa6795e9c18a53e07fa363
1
int
g1
=
0
;
2
int
g2
=
1
;
3
4
void
foo
(
int
n
) {
5
if
(
n
%
5
==
0
)
6
g1
++;
7
else
8
g2
++;
9
}