For each polyhedral lib backend, add an expected output for each testcase.
[cloog-ppl.git] / test / iftest2.c.polylib
blob9f3cbbc0056218a04b6b240fc0906f6520c06df6
1 /* Generated from ./test/iftest2.cloog by CLooG v0.14.0 64 bits in 0.00s. */
2 /* CLooG asked for 168 KBytes. */
3 if (M >= 1) {
4   for (i=1;i<=N;i++) {
5     for (j=1;j<=M;j++) {
6       if (i <= 2*M) {
7         S1 ;
8       }
9       if (i >= max(M,2*M+1)) {
10         S1 ;
11       }
12     }
13   }