diff options
Diffstat (limited to 'test/gesced.c.polylib')
-rw-r--r-- | test/gesced.c.polylib | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/gesced.c.polylib b/test/gesced.c.polylib new file mode 100644 index 0000000..1bbff6e --- /dev/null +++ b/test/gesced.c.polylib @@ -0,0 +1,24 @@ +/* Generated by CLooG v0.10.7 */ +for (c1=1;c1<=N;c1++) { + S1(i = c1) ; +} +for (c1=N+1;c1<=2*N;c1++) { + for (i=1;i<=N;i++) { + j = c1-N ; + S2 ; + } +} +for (c1=2*N+1;c1<=M+N;c1++) { + for (i=1;i<=N;i++) { + j = c1-2*N ; + S3 ; + j = c1-N ; + S2 ; + } +} +for (c1=M+N+1;c1<=M+2*N;c1++) { + for (i=1;i<=N;i++) { + j = c1-2*N ; + S3 ; + } +} |