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