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
remove ppl vs polylib check.
[cloog-ppl.git]
/
test
/
gauss.c.polylib
blob
d9897471fab7d4021790bc3f1ccede674241877d
1
/* Generated by CLooG v0.10.7 */
2
if (M >= 2) {
3
for (c2=2;c2<=M;c2++) {
4
for (j=2;j<=M;j++) {
5
S2(i = 1,k = c2) ;
6
}
7
}
8
}
9
for (c1=2;c1<=M-1;c1++) {
10
for (c2=c1+1;c2<=M;c2++) {
11
for (j=1;j<=c1-1;j++) {
12
S1(i = c1,k = c2) ;
13
}
14
for (j=c1+1;j<=M;j++) {
15
S2(i = c1,k = c2) ;
16
}
17
}
18
}