blob: bd00bee88eec260b75173b4f912e82ccbc6d5925 [file] [log] [blame]
/* PR tree-optimization/56984 */
int
foo (int x)
{
if ((x >> 31) < -1)
x++;
return x;
}