* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / icmp.c
blobdc9678ec3356d526b2b748bc6e476056d9686093
1 foo (a, b)
3 b++;
4 if (a <= b)
5 if ((int) a < (int) b)
6 b--;
7 else
8 b++;
9 return b;