Fix ISS changing the relative execution order of statements in the cloned part
[clay.git] / tests / unitary / stripmine_statement.c
blobd84319307d846b7dbd9fc8dfa943ecdf4923f09e
1 #pragma scop
2 /* Clay
3 stripmine([0,0,1], 2, 32, 0);
4 */
5 for(i = 0 ; i <= N ; i++) {
6 for(j = 0 ; j <= M ; j++) {
7 a[i][j] = 0;
8 b[i][j] = 0;
9 c[i][j] = 0;
12 #pragma endscop