summaryrefslogtreecommitdiff
path: root/cloog-0.17.0/test/dot2.c
diff options
context:
space:
mode:
Diffstat (limited to 'cloog-0.17.0/test/dot2.c')
-rw-r--r--cloog-0.17.0/test/dot2.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/cloog-0.17.0/test/dot2.c b/cloog-0.17.0/test/dot2.c
deleted file mode 100644
index 3b6eb5d..0000000
--- a/cloog-0.17.0/test/dot2.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Generated from ../../../git/cloog/test/dot2.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
-for (i=1;i<=min(M,N);i++) {
- S1(i) ;
- for (j=1;j<=M;j++) {
- S2(i,j) ;
- }
-}
-for (i=N+1;i<=M;i++) {
- S1(i) ;
-}
-for (i=M+1;i<=N;i++) {
- for (j=1;j<=M;j++) {
- S2(i,j) ;
- }
-}