blob: 51c19bee0c9b8c902ab834d7ad2fb6b745ddc1dc [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2" } */
int foo(int x)
{
return __builtin_popcount(x);
}
/* { dg-final { scan-assembler "ONES" } } */