diff options
Diffstat (limited to 'cloog-core/test/stride2.c')
-rw-r--r-- | cloog-core/test/stride2.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cloog-core/test/stride2.c b/cloog-core/test/stride2.c new file mode 100644 index 0000000..320a2fb --- /dev/null +++ b/cloog-core/test/stride2.c @@ -0,0 +1,7 @@ +/* Generated from stride2.cloog by CLooG 0.14.0-200-g26bdb56 gmp bits in 0.00s. */ +for (c1=3;c1<=100;c1+=3) { + if (c1 == 27) { + S1(27); + } + S2(c1,c1/3); +} |