parameterize cloog_loop_components_tarjan
[cloog/uuh.git] / test / multi-mm-1.c
blob026d8f3c6f9c422f7de3a844eec807c3bb278d20
1 /* Generated from ../../../git/cloog/test/multi-mm-1.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.02s. */
2 for (i=0;i<=N;i++) {
3 for (j=0;j<=i;j++) {
4 S1(i,j) ;
5 S2(i,j) ;
8 for (i=N+1;i<=M;i++) {
9 for (j=0;j<=N;j++) {
10 S1(i,j) ;
11 S2(i,j) ;
13 for (j=N+1;j<=i;j++) {
14 S1(i,j) ;