diff options
author | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:43:14 +0900 |
---|---|---|
committer | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:43:14 +0900 |
commit | 428c6fc77d11887d9ee4b3d637f719cb96b9cfe7 (patch) | |
tree | 6ff26e952291853d4481820a510dbf5e8d370cd5 /test/dot2.c.ppl | |
parent | 29a00e8ce531e1686523d3cd7923d322375ec7e8 (diff) | |
download | cloog-428c6fc77d11887d9ee4b3d637f719cb96b9cfe7.tar.gz cloog-428c6fc77d11887d9ee4b3d637f719cb96b9cfe7.tar.bz2 cloog-428c6fc77d11887d9ee4b3d637f719cb96b9cfe7.zip |
Diffstat (limited to 'test/dot2.c.ppl')
-rw-r--r-- | test/dot2.c.ppl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/dot2.c.ppl b/test/dot2.c.ppl new file mode 100644 index 0000000..7d510de --- /dev/null +++ b/test/dot2.c.ppl @@ -0,0 +1,15 @@ +/* Generated from ./dot2.cloog by CLooG 0.15 64 bits in 0.00s. */ +for (i=1;i<=min(M,N);i++) { + S1 ; + for (j=1;j<=M;j++) { + S2 ; + } +} +for (i=N+1;i<=M;i++) { + S1 ; +} +for (i=M+1;i<=N;i++) { + for (j=1;j<=M;j++) { + S2 ; + } +} |