summaryrefslogtreecommitdiff
path: root/test/wavefront.c.polylib
diff options
context:
space:
mode:
Diffstat (limited to 'test/wavefront.c.polylib')
-rw-r--r--test/wavefront.c.polylib10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/wavefront.c.polylib b/test/wavefront.c.polylib
new file mode 100644
index 0000000..2e54be9
--- /dev/null
+++ b/test/wavefront.c.polylib
@@ -0,0 +1,10 @@
+/* Generated from ./test/wavefront.cloog by CLooG v0.14.0 64 bits in 0.00s. */
+/* CLooG asked for 168 KBytes. */
+if ((n >= 1) && (m >= 1)) {
+ for (c1=2;c1<=n+m;c1++) {
+ for (c2=max(1,c1-m);c2<=min(n,c1-1);c2++) {
+ j = c1-c2 ;
+ S1(i = c2) ;
+ }
+ }
+}