diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-09-09 02:18:21 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-09-09 02:18:21 +0900 |
commit | 40ef93558be42b604f5eb912414f767972a70b8c (patch) | |
tree | dd3a18995e2d72f452f3804d87b8a205f0f0a936 /test/logopar.c.polylib | |
parent | eea72ec0021ec2c1c84631af37435123c063eaf1 (diff) | |
download | cloog-tizen_2.3.1.tar.gz cloog-tizen_2.3.1.tar.bz2 cloog-tizen_2.3.1.zip |
tizen 2.3.1 releasetizen_2.3.1_releasesubmit/tizen_2.3.1/20150915.095034tizen_2.3.1
Diffstat (limited to 'test/logopar.c.polylib')
-rw-r--r-- | test/logopar.c.polylib | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/test/logopar.c.polylib b/test/logopar.c.polylib deleted file mode 100644 index 574c3ab..0000000 --- a/test/logopar.c.polylib +++ /dev/null @@ -1,34 +0,0 @@ -/* Generated by CLooG v0.12 in 0.00s. */ -for (j=0;j<=m;j++) { - S1(i = 1) ; -} -if (m >= n+1) { - for (i=2;i<=n;i++) { - for (j=0;j<=i-2;j++) { - S2 ; - } - for (j=i-1;j<=n;j++) { - S1 ; - S2 ; - } - for (j=n+1;j<=m;j++) { - S1 ; - } - } -} -if (m == n) { - for (i=2;i<=n;i++) { - for (j=0;j<=i-2;j++) { - S2 ; - } - for (j=i-1;j<=n;j++) { - S1 ; - S2 ; - } - } -} -for (i=n+1;i<=m+1;i++) { - for (j=i-1;j<=m;j++) { - S1 ; - } -} |