Fix include directory for libcloog-isl
[cloog/bastoul.git] / test / reservoir / stride.cloog
blob760a1a622f2546aafcbf162f1de2c264cf66ff4c
2 # Stride-bug:
4 # for (i = 2; i <= N; i+=7) {
5 #   S(i);
6
7 # becomes:
9 # for (i = 5; i <= N; i+=7) {
10 #   S(i);
12 # Language
15 # Context
17     1 3
18     1    0    1
21 # Number of statements
26     4 5
27     0    1   -7    0   -2
28     1    1    0    0   -2
29     1   -1    0    1    0
30     1    0    0    0    1
32 0 0 0
34 # Scattering functions
37     6 10
38     0    1    0    0    0    0    0    0    0    0
39     0    0    1    0    0    0   -1    0    0    0
40     0    0    0    1    0    0    0    0    0    0
41     0    0    0    0    1    0    0    0    0    0
42     0    0    0    0    0    1    0    0    0    0
43     1    0    0    0    0    0    0    0    0    1