summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-fusion2.c
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-fusion2.c')
-rw-r--r--polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-fusion2.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-fusion2.c b/polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-fusion2.c
index 13c30301620..e31aaec1ced 100644
--- a/polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-fusion2.c
+++ b/polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-fusion2.c
@@ -1,12 +1,12 @@
if (N >= 1) {
- for (int c3 = 1; c3 <= M; c3 += 1)
- S1(1, c3);
- for (int c1 = 2; c1 <= N; c1 += 1) {
- for (int c3 = 1; c3 <= M; c3 += 1)
- S2(c1 - 1, c3);
- for (int c3 = 1; c3 <= M; c3 += 1)
- S1(c1, c3);
+ for (int c1 = 1; c1 <= M; c1 += 1)
+ S1(1, c1);
+ for (int c0 = 2; c0 <= N; c0 += 1) {
+ for (int c1 = 1; c1 <= M; c1 += 1)
+ S2(c0 - 1, c1);
+ for (int c1 = 1; c1 <= M; c1 += 1)
+ S1(c0, c1);
}
- for (int c3 = 1; c3 <= M; c3 += 1)
- S2(N, c3);
+ for (int c1 = 1; c1 <= M; c1 += 1)
+ S2(N, c1);
}
OpenPOWER on IntegriCloud