blob: 2c5420d8e7e1d5720f7a0fb792ad68c4f762095f [file] [log] [blame]
/* PR rtl-optimization/78607 */
void
rc (int cx)
{
int mq;
if (mq == 0 && (cx / 0) != 0)
for (;;)
{
}
}