summaryrefslogtreecommitdiff
path: root/cloog-0.16.3/test/stride2.c
diff options
context:
space:
mode:
Diffstat (limited to 'cloog-0.16.3/test/stride2.c')
-rw-r--r--cloog-0.16.3/test/stride2.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/cloog-0.16.3/test/stride2.c b/cloog-0.16.3/test/stride2.c
deleted file mode 100644
index 320a2fb..0000000
--- a/cloog-0.16.3/test/stride2.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/* Generated from stride2.cloog by CLooG 0.14.0-200-g26bdb56 gmp bits in 0.00s. */
-for (c1=3;c1<=100;c1+=3) {
- if (c1 == 27) {
- S1(27);
- }
- S2(c1,c1/3);
-}