diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/empty.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/empty.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/empty.c b/polly/lib/External/isl/test_inputs/codegen/empty.c new file mode 100644 index 00000000000..58f7b7b295b --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/empty.c @@ -0,0 +1,6 @@ +for (int c0 = 0; c0 <= 10; c0 += 1) { + S0(c0); + if (c0 == 5) + S2(); + S1(c0); +} |