summaryrefslogtreecommitdiff
path: root/test/reservoir/two.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 /test/reservoir/two.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 'test/reservoir/two.c')
-rw-r--r--test/reservoir/two.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/reservoir/two.c b/test/reservoir/two.c
new file mode 100644
index 0000000..ed227d2
--- /dev/null
+++ b/test/reservoir/two.c
@@ -0,0 +1,6 @@
+/* Generated from ../../../git/cloog/test/reservoir/two.cloog by CLooG 0.14.0-253-ge300ff5 gmp bits in 0.00s. */
+for (i=0;i<=1;i++) {
+ if ((i+1)%2 == 0) {
+ S1(i,(-i+3)/2,(i+9)/2);
+ }
+}