diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/unroll7.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/unroll7.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/unroll7.c b/polly/lib/External/isl/test_inputs/codegen/unroll7.c new file mode 100644 index 00000000000..8392185f71c --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/unroll7.c @@ -0,0 +1,10 @@ +{ + S(0, 0); + S(0, 3); + S(0, 4); + S(1, 1); + S(1, 4); + S(2, 2); + S(3, 3); + S(4, 4); +} |