diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/cloog/min-4-1.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/cloog/min-4-1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/cloog/min-4-1.c b/polly/lib/External/isl/test_inputs/codegen/cloog/min-4-1.c new file mode 100644 index 00000000000..da272fc291f --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/cloog/min-4-1.c @@ -0,0 +1,2 @@ +for (int c0 = max(-M, -N); c0 <= min(N, O); c0 += 1) + S1(c0); |