summaryrefslogtreecommitdiff
path: root/test/infinite.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/infinite.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/infinite.c')
-rw-r--r--test/infinite.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/infinite.c b/test/infinite.c
new file mode 100644
index 0000000..10f35f2
--- /dev/null
+++ b/test/infinite.c
@@ -0,0 +1,13 @@
+/* Generated from ../../../git/cloog/test/infinite.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.02s. */
+for (;i<=0;i++) {
+ S1(i) ;
+}
+for (i=1;i<=N;i++) {
+ S1(i) ;
+ for (j=1;j<=M;j++) {
+ S2(i,j) ;
+ }
+}
+for (i=N+1;;i++) {
+ S1(i) ;
+}