repo.or.cz
/
cloog-ppl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix uninitialized configure variable
[cloog-ppl.git]
/
test
/
multi-stride.c.ppl
blob
519828abe2369568a08dbcacd185e2a9c2130742
1
/* Generated from ./multi-stride.cloog by CLooG 0.15 64 bits in 0.00s. */
2
for (i=0;i<=100;i++) {
3
if ((i+1)%2 == 0) {
4
j = (i-1)/2 ;
5
if ((i+4)%6 == 0) {
6
k = (i-2)/6 ;
7
S1 ;
8
}
9
}
10
}