Add option OMP_PARALLEL_FORMAT_BARE to enable bare OMP FOR blocks in OpenMP
[cloog/uuh.git] / test / reservoir / fusion2.c
blob0df2ac225990402389297e5cdc7a31db7379845f
1 /* Generated from ./reservoir/fusion2.cloog by CLooG 0.18.1-2-g43fc508 gmp bits in 0.00s. */
2 if ((M >= 1) && (N >= 1)) {
3 for (c4=1;c4<=M;c4++) {
4 S1(1,c4);
6 for (c2=2;c2<=N;c2++) {
7 for (c4=1;c4<=M;c4++) {
8 S2((c2-1),c4);
10 for (c4=1;c4<=M;c4++) {
11 S1(c2,c4);
14 for (c4=1;c4<=M;c4++) {
15 S2(N,c4);