summaryrefslogtreecommitdiff
path: root/cloog-0.17.0/test/christian.c
diff options
context:
space:
mode:
Diffstat (limited to 'cloog-0.17.0/test/christian.c')
-rw-r--r--cloog-0.17.0/test/christian.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/cloog-0.17.0/test/christian.c b/cloog-0.17.0/test/christian.c
deleted file mode 100644
index cc3c5d3..0000000
--- a/cloog-0.17.0/test/christian.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Generated from ../../../git/cloog/test/christian.cloog by CLooG 0.16.2-5-g3b3bf96 gmp bits in 0.01s. */
-if (N >= 1) {
- S1(0,N-1);
- for (p=-N+2;p<=N-1;p++) {
- if (p >= 1) {
- S2(p-1,0);
- }
- for (i=max(0,p);i<=min(N-1,p+N-2);i++) {
- S1(i,-p+i);
- S2(i,-p+i+1);
- }
- if (p <= 0) {
- S1(p+N-1,N-1);
- }
- }
- S2(N-1,0);
-}