* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr56984.c
blobbd00bee88eec260b75173b4f912e82ccbc6d5925
1 /* PR tree-optimization/56984 */
3 int
4 foo (int x)
6 if ((x >> 31) < -1)
7 x++;
8 return x;