Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / 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;