diff options
Diffstat (limited to 'test/rectangle.c.polylib')
-rw-r--r-- | test/rectangle.c.polylib | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/rectangle.c.polylib b/test/rectangle.c.polylib deleted file mode 100644 index d3348bc..0000000 --- a/test/rectangle.c.polylib +++ /dev/null @@ -1,7 +0,0 @@ -/* Generated by CLooG v0.10.7 */ -for (c1=0;c1<=2*n;c1++) { - for (i=max(c1-n,0);i<=min(c1,n);i++) { - j = c1-i ; - S1 ; - } -} |