summaryrefslogtreecommitdiff
path: root/cloog-0.17.0/test/christian.c
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-06-17 22:04:32 -0700
committerDan Albert <danalbert@google.com>2015-06-17 22:04:32 -0700
commit604793eab97d360aef729f064674569ee6dbf3e1 (patch)
tree468e7ca8d37e131a572544622d1651b54f3db0ee /cloog-0.17.0/test/christian.c
parent98972d5434ffcb4d11d2c81a46600e9a1cda9110 (diff)
downloadcloog-ndk-r12-release.tar.gz
Change-Id: Ic3dcd5486884b96340ed3c7d029e3204dbfec8d9
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);
-}