summaryrefslogtreecommitdiff
path: root/test_inputs/codegen/omega/stride7-0.c
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-10-26 15:39:46 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-26 15:40:12 +0900
commit9d104ec326ac98e2a335cb3477a6ad2c2f0c87df (patch)
tree740d8e283e6dbf5713dfe12e920b0a724e802a35 /test_inputs/codegen/omega/stride7-0.c
parent1bc80b1e1cf5941b141ce5c51162d6bd75c071f5 (diff)
downloadisl-9d104ec326ac98e2a335cb3477a6ad2c2f0c87df.tar.gz
isl-9d104ec326ac98e2a335cb3477a6ad2c2f0c87df.tar.bz2
isl-9d104ec326ac98e2a335cb3477a6ad2c2f0c87df.zip
Imported Upstream version 0.13upstream/0.13
Change-Id: I7cc83b826345ba2d53631534ce803771a505f7f0 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'test_inputs/codegen/omega/stride7-0.c')
-rw-r--r--test_inputs/codegen/omega/stride7-0.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_inputs/codegen/omega/stride7-0.c b/test_inputs/codegen/omega/stride7-0.c
index ba476896..7fe17588 100644
--- a/test_inputs/codegen/omega/stride7-0.c
+++ b/test_inputs/codegen/omega/stride7-0.c
@@ -1,4 +1,4 @@
-for (int c0 = 1; c0 <= 36; c0 += 1)
+for (int c0 = 1; c0 <= 36; c0 += 1) {
if (c0 <= 3) {
for (int c1 = 1; c1 <= 9; c1 += 1)
s1(c1, c0);
@@ -11,3 +11,4 @@ for (int c0 = 1; c0 <= 36; c0 += 1)
} else if (c0 % 4 == 0)
for (int c1 = 1; c1 <= 9; c1 += 1)
s0(c1, c0 / 4);
+}