summaryrefslogtreecommitdiff
path: root/cloog-0.16.3/test/stride3.c
blob: c228cb6b490b5b2be5dc0a0f45262aae0779f8b6 (plain)
1
2
3
4
5
6
/* Generated from ../../../git/cloog/test/stride3.cloog by CLooG 0.14.0-291-g5879c32 gmp bits in 0.00s. */
if ((m <= n) && (n >= 1)) {
  for (p1=max(50,50*m);p1<=50*n;p1+=50) {
    S1(p1/50);
  }
}