blob: 163a4b9925a7110ae03e5bf9c960cb0cf7c0758b [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" } } */