summaryrefslogtreecommitdiff
path: root/cloog-core/test/stride2.c
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-09-09 02:18:21 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-09-09 02:18:21 +0900
commit40ef93558be42b604f5eb912414f767972a70b8c (patch)
treedd3a18995e2d72f452f3804d87b8a205f0f0a936 /cloog-core/test/stride2.c
parenteea72ec0021ec2c1c84631af37435123c063eaf1 (diff)
downloadcloog-tizen_2.3.1.tar.gz
cloog-tizen_2.3.1.tar.bz2
cloog-tizen_2.3.1.zip
Diffstat (limited to 'cloog-core/test/stride2.c')
-rw-r--r--cloog-core/test/stride2.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cloog-core/test/stride2.c b/cloog-core/test/stride2.c
new file mode 100644
index 0000000..320a2fb
--- /dev/null
+++ b/cloog-core/test/stride2.c
@@ -0,0 +1,7 @@
+/* Generated from stride2.cloog by CLooG 0.14.0-200-g26bdb56 gmp bits in 0.00s. */
+for (c1=3;c1<=100;c1+=3) {
+ if (c1 == 27) {
+ S1(27);
+ }
+ S2(c1,c1/3);
+}