diff options
Diffstat (limited to 'test/donotsimp.c')
-rw-r--r-- | test/donotsimp.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/donotsimp.c b/test/donotsimp.c new file mode 100644 index 0000000..bccb8b4 --- /dev/null +++ b/test/donotsimp.c @@ -0,0 +1,9 @@ +/* Generated from ../../../git/cloog/test/donotsimp.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */ +for (c2=1;c2<=10;c2++) { + for (c4=1;c4<=c2;c4++) { + S1(c2,c4) ; + } + for (c4=11;c4<=M;c4++) { + S2(c2,c4) ; + } +} |