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