2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / graphite / id-pr44676.c
blobad22cdec8a7f73fec8910d96d43b8428d21b88dd
1 /* { dg-options "-O2 -fgraphite-identity -fprofile-generate" } */
2 /* { dg-require-profiling "-fprofile-generate" } */
4 int
5 extend_options (int h, int map, int x, int y, int dx)
7 while (dx--)
9 if (x != dx && y != -x)
10 map++;
12 return map;