summaryrefslogtreecommitdiff
path: root/test/iftest2.c.ppl
blob: d224f72f306841dbdf95beca27eba623d97a79c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Generated from ./iftest2.cloog by CLooG 0.15 64 bits in 0.00s. */
if (M >= 1) {
  for (i=1;i<=N;i++) {
    for (j=1;j<=M;j++) {
      if (i <= 2*M) {
        S1 ;
      }
      if (i >= max(2*M+1,M)) {
        S1 ;
      }
    }
  }
}