replace CLooG test cases with schedule tree versions
[isl.git] / test_inputs / codegen / cloog / unroll2.c
blob58f2705c8522328af93eca33cd0ccabee0d20436
1 if (n >= -1 && n <= 9) {
2 if (n >= 0)
3 S1(n);
4 S1(n + 1);