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