summaryrefslogtreecommitdiff
path: root/test/test.c.polylib
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c.polylib')
-rw-r--r--test/test.c.polylib27
1 files changed, 0 insertions, 27 deletions
diff --git a/test/test.c.polylib b/test/test.c.polylib
deleted file mode 100644
index 446ce2e..0000000
--- a/test/test.c.polylib
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Generated by CLooG v0.10.7 */
-for (i=1;i<=2;i++) {
- for (j=1;j<=M;j++) {
- S1 ;
- }
-}
-for (i=3;i<=M-1;i++) {
- for (j=1;j<=i-1;j++) {
- S1 ;
- }
- S1(j = i) ;
- S2(j = i) ;
- for (j=i+1;j<=M;j++) {
- S1 ;
- }
-}
-for (j=1;j<=M-1;j++) {
- S1(i = M) ;
-}
-S1(i = M,j = M) ;
-S2(i = M,j = M) ;
-for (i=M+1;i<=N;i++) {
- for (j=1;j<=M;j++) {
- S1 ;
- }
- S2(j = i) ;
-}