index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-shared-lib.c
blob: d22b0a54a017ff78bffa6795e9c18a53e07fa363 (
plain
)
1
2
3
4
5
6
7
8
9
int g1 = 0; int g2 = 1; void foo(int n) { if (n % 5 == 0) g1++; else g2++; }