isl_hash_dim: make result independent of endianness
[isl.git] / test_inputs / codegen / cloog / yosr2.c
bloba52909ccd45354a3ea15e8c76373cbe4b66f17d6
2 for (int c1 = 1; c1 <= M; c1 += 1)
3 S2(c1);
4 for (int c0 = 2; c0 <= M; c0 += 1) {
5 for (int c2 = c0 + 1; c2 <= M; c2 += 1)
6 for (int c3 = 1; c3 < c0; c3 += 1)
7 S3(c0, c2, c3);
8 for (int c1 = 1; c1 < c0; c1 += 1)
9 S4(c1, c0);
10 for (int c2 = 1; c2 < c0; c2 += 1)
11 S1(c0, c2);