summaryrefslogtreecommitdiff
path: root/cloog-core/test/mod4.c
diff options
context:
space:
mode:
Diffstat (limited to 'cloog-core/test/mod4.c')
-rw-r--r--cloog-core/test/mod4.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cloog-core/test/mod4.c b/cloog-core/test/mod4.c
new file mode 100644
index 0000000..6a1ad6a
--- /dev/null
+++ b/cloog-core/test/mod4.c
@@ -0,0 +1,6 @@
+/* Generated from /home/skimo/git/cloog/test/mod4.cloog by CLooG 0.14.0-225-g6e2d019 gmp bits in 0.00s. */
+for (j=2;j<=10;j+=3) {
+ S1(j,(j+1)/3,(j+1)/3,2,(j-2)/3);
+ S2(j,(j+1)/3,(j+1)/3,2,(j-2)/3);
+ S3(j,(j+1)/3,(j+1)/3,2,(j-2)/3);
+}