Add --with-host-libstdcxx configure switch.
[cloog-ppl.git] / test / multi-mm-1.c.polylib
blobc42bf98a28615dbe9de3dd7b82957e199ddc5a01
1 /* Generated by CLooG v0.10.7 */
2 for (i=0;i<=N;i++) {
3   for (j=0;j<=i;j++) {
4     S1 ;
5     S2 ;
6   }
8 for (i=N+1;i<=M;i++) {
9   for (j=0;j<=N;j++) {
10     S1 ;
11     S2 ;
12   }
13   for (j=N+1;j<=i;j++) {
14     S1 ;
15   }