summaryrefslogtreecommitdiff
path: root/cloog-0.16.3/test/lu2.c
diff options
context:
space:
mode:
Diffstat (limited to 'cloog-0.16.3/test/lu2.c')
-rw-r--r--cloog-0.16.3/test/lu2.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/cloog-0.16.3/test/lu2.c b/cloog-0.16.3/test/lu2.c
deleted file mode 100644
index 2f3b34b..0000000
--- a/cloog-0.16.3/test/lu2.c
+++ /dev/null
@@ -1,21 +0,0 @@
-/* Generated from ../../../git/cloog/test/lu2.cloog by CLooG 0.14.0-238-gb1cb779 gmp bits in 0.01s. */
-if (n >= 2) {
- for (l=2;l<=n;l++) {
- S1(1,n,1,l);
- }
- for (i=2;i<=n-1;i++) {
- for (j=2;j<=n;j++) {
- for (k=1;k<=min(i-1,j-1);k++) {
- S2(i,j,k,j,i);
- }
- }
- for (l=i+1;l<=n;l++) {
- S1(i,n,i,l);
- }
- }
- for (j=2;j<=n;j++) {
- for (k=1;k<=j-1;k++) {
- S2(n,j,k,j,n);
- }
- }
-}