summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/unroll.c
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/unroll.c')
-rw-r--r--polly/lib/External/isl/test_inputs/codegen/unroll.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/unroll.c b/polly/lib/External/isl/test_inputs/codegen/unroll.c
new file mode 100644
index 00000000000..63594bb6bc7
--- /dev/null
+++ b/polly/lib/External/isl/test_inputs/codegen/unroll.c
@@ -0,0 +1,5 @@
+{
+ A(0);
+ A(100000000);
+ A(200000000);
+}
OpenPOWER on IntegriCloud