isl_ast_codegen.c: fix typo in comment
[isl.git] / test_inputs / codegen / omega / chosol-1.c
blob464ee49349901e2be4af80b7960c2765ed7deaf9
2 for (int c1 = 2; c1 <= n; c1 += 1)
3 s0(c1);
4 for (int c1 = 1; c1 < n; c1 += 1) {
5 for (int c3 = c1 + 1; c3 <= n; c3 += 1)
6 s1(c3, c1);
7 s2(c1 + 1);