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/reservoir/stride2.c.polylib | |
parent | 29a00e8ce531e1686523d3cd7923d322375ec7e8 (diff) | |
download | cloog-428c6fc77d11887d9ee4b3d637f719cb96b9cfe7.tar.gz cloog-428c6fc77d11887d9ee4b3d637f719cb96b9cfe7.tar.bz2 cloog-428c6fc77d11887d9ee4b3d637f719cb96b9cfe7.zip |
Diffstat (limited to 'test/reservoir/stride2.c.polylib')
-rw-r--r-- | test/reservoir/stride2.c.polylib | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/reservoir/stride2.c.polylib b/test/reservoir/stride2.c.polylib new file mode 100644 index 0000000..458cc22 --- /dev/null +++ b/test/reservoir/stride2.c.polylib @@ -0,0 +1,6 @@ +/* Generated from stride2.cloog by CLooG v0.14.0 gmp bits in 0.00s. */ +/* CLooG asked for 80 KBytes. */ +for (c2=2;c2<=M;c2+=7) { + j = (c2-2)/7 ; + S1(i = c2) ; +} |