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
/
gesced.c.ppl
blob
1d75981b4199628cad96d448736951e10ecd1e5c
1
/* Generated from ./gesced.cloog by CLooG 0.15 64 bits in 0.06s. */
2
for (c1=1;c1<=N;c1++) {
3
S1(i = c1) ;
4
}
5
for (c1=N+1;c1<=2*N;c1++) {
6
for (i=1;i<=N;i++) {
7
j = c1-N ;
8
S2 ;
9
}
10
}
11
for (c1=2*N+1;c1<=M+N;c1++) {
12
for (i=1;i<=N;i++) {
13
j = c1-2*N ;
14
S3 ;
15
j = c1-N ;
16
S2 ;
17
}
18
}
19
for (c1=M+N+1;c1<=M+2*N;c1++) {
20
for (i=1;i<=N;i++) {
21
j = c1-2*N ;
22
S3 ;
23
}
24
}