summaryrefslogtreecommitdiff
path: root/test/esced.c.ppl
blob: 8dc8f0ed28e2415f5f9d415229d71edfb23a5700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Generated from ./esced.cloog by CLooG 0.15 64 bits in 0.00s. */
if (n >= 1) {
  for (i=1;i<=m;i++) {
    S1 ;
    for (j=1;j<=n;j++) {
      S2 ;
    }
  }
}
if (n <= 0) {
  for (i=1;i<=m;i++) {
    S1 ;
  }
}