diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/atomic2.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/atomic2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/atomic2.c b/polly/lib/External/isl/test_inputs/codegen/atomic2.c new file mode 100644 index 00000000000..9c4a57e3e5a --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/atomic2.c @@ -0,0 +1,2 @@ +for (int c0 = ((b0 + 32767) % 32768) + 1; c0 <= 65534; c0 += 32768) + A(c0); |