diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/mod.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/mod.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/mod.c b/polly/lib/External/isl/test_inputs/codegen/mod.c new file mode 100644 index 00000000000..dcd8319f4ca --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/mod.c @@ -0,0 +1,2 @@ +if (2 * (n % 100) == 3 * (m % 200)) + A(); |