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