diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/cloog/union.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/cloog/union.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/cloog/union.c b/polly/lib/External/isl/test_inputs/codegen/cloog/union.c index 6dc0a9b877f..b9daaf95a8a 100644 --- a/polly/lib/External/isl/test_inputs/codegen/cloog/union.c +++ b/polly/lib/External/isl/test_inputs/codegen/cloog/union.c @@ -1,6 +1,7 @@ if (M >= 11) { for (int c0 = -100; c0 <= 0; c0 += 1) S1(-c0); -} else +} else { for (int c0 = 0; c0 <= 100; c0 += 1) S1(c0); +} |