summaryrefslogtreecommitdiff
path: root/cloog-0.17.0/test/reservoir/lim-lam2.c
diff options
context:
space:
mode:
Diffstat (limited to 'cloog-0.17.0/test/reservoir/lim-lam2.c')
-rw-r--r--cloog-0.17.0/test/reservoir/lim-lam2.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/cloog-0.17.0/test/reservoir/lim-lam2.c b/cloog-0.17.0/test/reservoir/lim-lam2.c
deleted file mode 100644
index ab1a32f..0000000
--- a/cloog-0.17.0/test/reservoir/lim-lam2.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Generated from ../../../git/cloog/test/./reservoir/lim-lam2.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
-for (c2=1;c2<=M;c2++) {
- S1(c2) ;
-}
-if (N >= 2) {
- for (c2=1;c2<=M;c2++) {
- for (c4=2;c4<=N;c4++) {
- S2(c2,c4) ;
- }
- }
-}
-if (N >= 2) {
- for (c2=1;c2<=M;c2++) {
- for (c4=1;c4<=N-1;c4++) {
- S3(c2,c4) ;
- }
- }
-}