summaryrefslogtreecommitdiff
path: root/test/gauss.c.ppl
diff options
context:
space:
mode:
Diffstat (limited to 'test/gauss.c.ppl')
-rw-r--r--test/gauss.c.ppl18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/gauss.c.ppl b/test/gauss.c.ppl
deleted file mode 100644
index 7629457..0000000
--- a/test/gauss.c.ppl
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Generated from ./gauss.cloog by CLooG 0.15 64 bits in 0.02s. */
-if (M >= 2) {
- for (c2=2;c2<=M;c2++) {
- for (j=2;j<=M;j++) {
- S2(i = 1,k = c2) ;
- }
- }
-}
-for (c1=2;c1<=M-1;c1++) {
- for (c2=c1+1;c2<=M;c2++) {
- for (j=1;j<=c1-1;j++) {
- S1(i = c1,k = c2) ;
- }
- for (j=c1+1;j<=M;j++) {
- S2(i = c1,k = c2) ;
- }
- }
-}