summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam4.c
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam4.c')
-rw-r--r--polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam4.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam4.c b/polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam4.c
index 6a0b0badab6..ed00e997729 100644
--- a/polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam4.c
+++ b/polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam4.c
@@ -1,10 +1,10 @@
-for (int c1 = 1; c1 < 2 * M - 1; c1 += 1) {
- for (int c3 = max(-M + 1, -c1 + 1); c3 < 0; c3 += 1) {
- for (int c7 = max(1, -M + c1 + 1); c7 <= min(M - 1, c1 + c3); c7 += 1)
- S1(c7, c1 + c3 - c7, -c3);
- for (int c5 = max(-M + c1 + 1, -c3); c5 < min(M, c1); c5 += 1)
- S2(c1 - c5, c3 + c5, c5);
+for (int c0 = 1; c0 < 2 * M - 1; c0 += 1) {
+ for (int c1 = max(-M + 1, -c0 + 1); c1 < 0; c1 += 1) {
+ for (int c3 = max(1, -M + c0 + 1); c3 <= min(M - 1, c0 + c1); c3 += 1)
+ S1(c3, c0 + c1 - c3, -c1);
+ for (int c2 = max(-M + c0 + 1, -c1); c2 < min(M, c0); c2 += 1)
+ S2(c0 - c2, c1 + c2, c2);
}
- for (int c7 = max(1, -M + c1 + 1); c7 <= min(M - 1, c1); c7 += 1)
- S1(c7, c1 - c7, 0);
+ for (int c3 = max(1, -M + c0 + 1); c3 <= min(M - 1, c0); c3 += 1)
+ S1(c3, c0 - c3, 0);
}
OpenPOWER on IntegriCloud