summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/cloog/walters.c
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/cloog/walters.c')
-rw-r--r--polly/lib/External/isl/test_inputs/codegen/cloog/walters.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/cloog/walters.c b/polly/lib/External/isl/test_inputs/codegen/cloog/walters.c
index 2c1bd93858b..f65491528c6 100644
--- a/polly/lib/External/isl/test_inputs/codegen/cloog/walters.c
+++ b/polly/lib/External/isl/test_inputs/codegen/cloog/walters.c
@@ -8,8 +8,9 @@
S1(c0, c0 / 3, c0 / 3, c0 / 3);
} else if ((c0 - 1) % 3 == 0) {
S2(c0, (c0 - 1) / 3, (c0 + 2) / 3, (c0 - 1) / 3);
- } else
+ } else {
S3(c0, (c0 - 2) / 3, (c0 + 1) / 3, (c0 + 1) / 3);
+ }
S4(c0, c0 / 3, (c0 - 1) / 3 + 1, c0 - (c0 - 1) / 3 - c0 / 3 - 1);
}
}
OpenPOWER on IntegriCloud