summaryrefslogtreecommitdiff
path: root/test_inputs/codegen/cloog/mxm-shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_inputs/codegen/cloog/mxm-shared.c')
-rw-r--r--test_inputs/codegen/cloog/mxm-shared.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_inputs/codegen/cloog/mxm-shared.c b/test_inputs/codegen/cloog/mxm-shared.c
index f2b7e459..e4528392 100644
--- a/test_inputs/codegen/cloog/mxm-shared.c
+++ b/test_inputs/codegen/cloog/mxm-shared.c
@@ -1,6 +1,6 @@
if (g4 == 0 && t1 <= 7 && N >= g0 + t1 + 1) {
- for (int c0 = t0; c0 <= min(N - g1 - 1, 127); c0 += 16)
+ for (int c0 = t0; c0 <= min(127, N - g1 - 1); c0 += 16)
S1(g0 + t1, g1 + c0);
} else if (g4 % 4 == 0 && N >= g0 + t1 + 1 && t1 <= 7 && g4 >= 4)
- for (int c0 = t0; c0 <= min(N - g1 - 1, 127); c0 += 16)
+ for (int c0 = t0; c0 <= min(127, N - g1 - 1); c0 += 16)
S1(g0 + t1, g1 + c0);