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