Add --with-host-libstdcxx configure switch.
[cloog-ppl.git] / test / iftest.c.ppl
blobf7547f1309834e0ab39a5e5d372cc55f3df9ea8d
1 /* Generated from ./iftest.cloog by CLooG 0.15 64 bits in 0.00s. */
2 for (i=1;i<=n;i++) {
3   if (i <= 2*m) {
4     S1 ;
5   }
6   if (i >= max(2*m+1,m)) {
7     S1 ;
8   }