summaryrefslogtreecommitdiff
path: root/cloog-0.16.3/test/iftest2.c
diff options
context:
space:
mode:
Diffstat (limited to 'cloog-0.16.3/test/iftest2.c')
-rw-r--r--cloog-0.16.3/test/iftest2.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cloog-0.16.3/test/iftest2.c b/cloog-0.16.3/test/iftest2.c
deleted file mode 100644
index 355aa74..0000000
--- a/cloog-0.16.3/test/iftest2.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Generated from ../../../git/cloog/test/iftest2.cloog by CLooG 0.14.0-245-gd8c1718 gmp bits in 0.00s. */
-if ((M >= 1) && (N >= 1)) {
- for (i=1;i<=N;i++) {
- for (j=1;j<=M;j++) {
- S1(i,j);
- }
- }
-}