diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/cloog/block.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/cloog/block.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/cloog/block.c b/polly/lib/External/isl/test_inputs/codegen/cloog/block.c new file mode 100644 index 00000000000..e24ef30ade7 --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/cloog/block.c @@ -0,0 +1,6 @@ +{ + S1(); + S3(0); + S2(); + S3(1); +} |