isl_ast_build_expr.c: extract_modulo: assume input is integer expression
[isl.git] / test_inputs / codegen / cloog / param-split.c
blob5da9c13c16306a8c66e5a8d0b7558a5f418b4c46
1 for (int c0 = 0; c0 <= (M >= 0 ? M : 0); c0 += 1) {
2 if (M >= c0)
3 S1(c0);
4 if (c0 == 0)
5 S2(0);