blob: 496a6e340c016c021b3e6b0d97373a7b19342a88 [file] [log] [blame]
/* PR rtl-optimization/10588 */
/* { dg-do compile } */
/* { dg-options "-O2" } */
int foo(int x)
{
return x == 0;
}
/* { dg-final { scan-assembler "cntlzw|isel" } } */