isl_ast_node_print: avoid dangling else warnings on printed AST
[isl.git] / test_inputs / codegen / omega / m8-1.c
blob51c77daeca4642e109e69bb05e0e1b59e0ab724f
1 for (int c0 = 2; c0 <= 8; c0 += 2) {
2 if (c0 % 4 == 0) {
3 for (int c1 = 1; c1 <= 9; c1 += 1) {
4 s0(c1, c0);
5 s1(c1, c0);
7 } else
8 for (int c1 = 1; c1 <= 9; c1 += 1)
9 s1(c1, c0);