Add --with-host-libstdcxx configure switch.
[cloog-ppl.git] / test / lu.c.ppl
blobac9f1199a75e9401a477678766842bd7ee641440
1 /* Generated from ./lu.cloog by CLooG 0.15 64 bits in 0.06s. */
2 if (n >= 2) {
3   for (j=2;j<=n;j++) {
4     S1(i = 1) ;
5   }
7 for (c1=2;c1<=n-1;c1++) {
8   for (c2=2;c2<=n-1;c2++) {
9     for (i=1;i<=min(c1-1,c2-1);i++) {
10       S2(j = c2,k = c1) ;
11     }
12   }
13   for (i=1;i<=c1-1;i++) {
14     S2(j = n,k = c1) ;
15   }
16   for (j=c1+1;j<=n;j++) {
17     S1(i = c1) ;
18   }
20 if (n >= 2) {
21   for (c2=2;c2<=n;c2++) {
22     for (i=1;i<=c2-1;i++) {
23       S2(j = c2,k = n) ;
24     }
25   }